Skip to content

Instantly share code, notes, and snippets.

@hatamiarash7
Last active February 23, 2018 18:06
Show Gist options
  • Save hatamiarash7/80e606d0efe73cd0f4dacdcf1b8df0cd to your computer and use it in GitHub Desktop.
Save hatamiarash7/80e606d0efe73cd0f4dacdcf1b8df0cd to your computer and use it in GitHub Desktop.
Install Certum Certificate - Ubutnu
  • CSR / Private / buy
  • cat SHA-2.crt Certum_Domain_Validation_CA_SHA2.crt Certum_Trusted_Network_CA.crt mine > bundle.crt
  • copy certs to /usr/local/share/ca-certificates
  • sudo update-ca-certificates
  • reboot
  • config nginx / reload
  • check using : openssl s_client -connect domain:443 -CApath /etc/ssl/certs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment