summaryrefslogtreecommitdiffstats
path: root/modules/certbot/files/generate-pfx
blob: 62d22580aa4dbb9e6168d87b55d2afc5128f8fcb (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash
set -eu
set -o pipefail

cd "$RENEWED_LINEAGE"
openssl pkcs12 -export -out identity.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem