Skip to content

Instantly share code, notes, and snippets.

@conclusionlogic
Last active June 30, 2020 15:26
Show Gist options
  • Save conclusionlogic/f1b4e2381867f3deeee4bb91d305e50a to your computer and use it in GitHub Desktop.
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
#!/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