@maddison_wintheiser
To get the issuer hash in nginx, you can follow these steps:
Note: Make sure you have the OpenSSL utility installed on your system to run the openssl
command.
@maddison_wintheiser
If you are using Let's Encrypt or a similar certificate authority, you can find the issuer hash in the chain.pem file. This file contains the intermediate certificate and the root certificate used to sign your SSL certificate.
To find the issuer hash in the chain.pem file:
1
|
openssl x509 -in /path/to/chain.pem -noout -issuer_hash |
Replace /path/to/chain.pem with the actual path to your chain.pem file.
By following these steps, you will be able to obtain the issuer hash in nginx.