Create a .pem file by concatenating the following into a single file, in this order:
- Server Certificate
- Server Private Key
- Intermediate Certificate 1 (COMODORSADomainValidationSecureServerCA.crt)
- Intermediate Certificate 2 (COMODORSAAddTrustCA.crt)
- Root Certificate (AddTrustExternalCARoot.crt)
frontend https
mode http
bind :443 ssl cert /full/path/to/your/.pem/file/star.pem
No comments:
Post a Comment