InstantSSL's certificate no different than a self signed certificate under Nginx with an IP accessed address
- by Absolute0
I ordered an ssl certificate from InstantSSL and got the following pair of files:
my_ip.ca-bundle, my_ip.crt
I also previously generated my own key and crt files using openssl.
I concatenated all the crt files:
cat my_previously_generted.crt my_ip.ca_bundle my_ip.crt chained.crt
And configured nginx as follows:
server {
...
…