check wildcard certificate on nginx
After installed certs on nginx, type the command:
1 |
openssl s_client -connect yourdomain:443 |
If showed like: Verify return code: 19 (self signed certificate in certificate chain)
It means your certificate is installed successfully.