You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Configuration/ssl-tls_configuration.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Need an SSL certificate other than Let’s Encrypt? No problem! We offer Sectigo
31
31
32
32
If you’ve purchased a certificate from another provider, you can still install it easily on your TurboStack server through the Account Management section of the [TurboStack Platform](https://my.turbostack.app"TurboStack Platform"). More info on how to do so can be found [here](/TurboStack%20Platform/accounts#creating-a-new-application-in-the-turbostack-platform)
33
33
34
+
34
35
### Order a standalone SSL certificate
35
36
36
37
> **It is almost never required to purchase a standalone SSL certificate on TurboStack! Let's Encrypt will cover almost all cases. If you're unsure if this is correct for you, check with our support team first.**
In this case, **server.csr** is our signing request. Provide this to your preferred CA to generate the required files (public key, CA certificate, ...etc)
105
106
106
107
---
108
+
### Extracting Keys and Certificates From a PFX File
109
+
Some certificate providers will provide you with a _pfx_ file, containing your encrypted certificates. This will show you how to extract the certificates from that file.
0 commit comments