Skip to content

Instantly share code, notes, and snippets.

@hatamiarash7
Created February 22, 2018 23:16
Show Gist options
  • Save hatamiarash7/1d9568f81b6a7ae50c2746ad9094fb30 to your computer and use it in GitHub Desktop.
Save hatamiarash7/1d9568f81b6a7ae50c2746ad9094fb30 to your computer and use it in GitHub Desktop.
Install Certum Certificate
  • buy
  • make CSR / Private
  • 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