Travel
- Currency
- Passport
- Epic Passes
Outdoor
- Boots
- Gloves
- Goggles
- Hats
Travel
Outdoor
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Input: ./extract_kubecfg_cert.sh my-cluster-name username | |
| # Output: ./my-cluster-name-ca.crt ./username.crt ./username.key | |
| # Exit on error | |
| abort(){ | |
| echo $1 && exit 1 | |
| } | |
| # Prerequistes |
| #!/bin/bash | |
| # | |
| # Lego-admin.sh - create, renew, revoke certificates | |
| # | |
| ### START CONFIGURATION ### | |
| # Where lego stores certificattes | |
| LEGO_HOME=/efs/lego | |
| certificates=$LEGO_HOME/certificates |
| #!/bin/bash | |
| # Script to verify key, cert. Generate a pem bundle for haproxy. | |
| AWS_PROFILE=${AWS_PROFILE:-NODEFAULT} | |
| CERT_BUCKET=${CERT_BUCKET:-DODEFAULT} | |
| fqdn=$1 | |
| shortname=${fqdn/.example.com/} | |
| # Error checking |
Food