Last active
June 30, 2020 15:26
-
-
Save conclusionlogic/f1b4e2381867f3deeee4bb91d305e50a to your computer and use it in GitHub Desktop.
[Setting Up a Comodo SSL Cert] Create intermediate certificate bundle for Traefik #ssl #tls #bash #shell #comodo #openssl #traefik
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
cat unleash_prod_us_glintpay_com.crt SectigoRSADomainValidationSecureServerCA.crt USERTrustRSAAAACA.crt AAACertificateServices.crt >> unleash.prod.us.glintpay.com.crt | |
# pem bundle for haproxy: | |
cat unleash_prod_us_glintpay_com.key unleash_prod_us_glintpay_com.crt > unleash_prod_us_glintpay_com.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment