Last active
May 19, 2023 14:07
-
-
Save Mrkisha/7952b5b81ad9064996b812be1d875996 to your computer and use it in GitHub Desktop.
Convert Cloudflare SSL cert to installable cert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/microsoft/azure-container-apps/issues/307#issuecomment-1180884150 | |
openssl pkcs12 -inkey cert.key -in cert.pem -export -out output.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment