Skip to content

Commit 2e6e05f

Browse files
authored
fix formatting of tab section
1 parent f63dcec commit 2e6e05f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/app-service/configure-ssl-certificate-in-code.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ using X509Store store = new X509Store(StoreName.My, StoreLocation.LocalMachine);
230230
ViewData["certificateDetails"] = certificate.IssuerName.Name.ToString();
231231
}
232232
```
233+
234+
---
235+
233236
To see how to load a TLS/SSL certificate from a file in Node.js, PHP, Python, or Java, see the documentation for the respective language or web platform.
234237

235238
## When updating (renewing) a certificate

0 commit comments

Comments
 (0)