Skip to content

Instantly share code, notes, and snippets.

@Mrkisha
Last active May 19, 2023 14:07
Show Gist options
  • Save Mrkisha/7952b5b81ad9064996b812be1d875996 to your computer and use it in GitHub Desktop.
Save Mrkisha/7952b5b81ad9064996b812be1d875996 to your computer and use it in GitHub Desktop.
Convert Cloudflare SSL cert to installable cert
# 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