Skip to content

Instantly share code, notes, and snippets.

@rahulremanan
Last active January 31, 2023 14:23
Show Gist options
  • Save rahulremanan/c29fd37829d132ca84416b95a1e3af9e to your computer and use it in GitHub Desktop.
Save rahulremanan/c29fd37829d132ca84416b95a1e3af9e to your computer and use it in GitHub Desktop.
Create certificate chain
!cat /root/ca/intermediate/certs/inter.cert.pem \
/root/ca/certs/ca.cert.pem > /root/ca/intermediate/certs/ca-chain.cert.pem
!chmod 444 /root/ca/intermediate/certs/ca-chain.cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment