Simple add it into "_posts" directory
Refer to the existing entries.
- For best results, must be at least 900x650
Because this is a ruby site you need to install all the dependencies
bundle installgit submodule foreach git pull origin masterbundle exec jekyll serveRun the letsencrypt scripts and generate the certificate (they are in nolim1t/docker-letsencrypt)
S3 Bucket Name ssl-challenge.theunicornfactory.is
If it doesn't exist locally
docker cp CONTAINERNAME:/etc/letsencrypt/archive/DOMAINNAME .Where cert1.pem is the certificate, privkey1.pem is the private key, chain1.pem is the certificate chain, and YYYYMMDDHHMM is the timestamp.
aws --profile=uftechadmin iam upload-server-certificate \
--server-certificate-name=theunicornfactoryYYYYMMDDHHMM \
--certificate-body=file://./cert1.pem \
--private-key=file://./privkey1.pem \
--certificate-chain=file://./chain1.pem \
--path=/cloudfront/Go into control panel and switchover the certificate.
Optionally you should delete the old certificate run you're done.
aws --profile=uftechadmin iam list-server-certificates aws --profile=uftechadmin iam delete-server-certificate --server-certificate-name CERTIFICATENAME