Show the gRPC cypher suites for gRPC consumption

This commit is contained in:
nicolas.dorier
2018-12-20 14:16:23 +09:00
parent 70d1d0d230
commit 73e280157d
3 changed files with 13 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ namespace BTCPayServer.Models.ServerViewModels
public string Macaroon { get; set; }
public string RestrictedMacaroon { get; set; }
public string CertificateThumbprint { get; set; }
[Display(Name = "GRPC SSL Cipher suite (GRPC_SSL_CIPHER_SUITES)")]
public string GRPCSSLCipherSuites { get; set; }
public string QRCode { get; set; }
public string QRCodeLink { get; set; }
[Display(Name = "REST Uri")]