This repo stores confidential information so it needs to be crypted.
We use git-crypt to crypt private keys of SSH keys and certificates.
(todo)
- Fork this repo and enable GitHub Action in your forked repo.
- Create your own branch
- Add an Action variable
CERTS_BRANCH
and set its value to the name of your branch
(todo)
- Open
config.yaml
and add item undercertificates
or add an domain element under an exsiting certificate element.
- Delete the corresponding directory under
certs
, push your updates to remote and trigger the workflowupdate-certs
manually.
- Trigger the workflow
update-certs
manually with specified domain name.
We support these kinds of pushes after certs are requests:
- SSH
- Tencent Cloud CDN
- Tencent Cloud API Gateway (this service is being deprecated)
When you want to push to a server using SSH, you need to:
- Generaete your key pair and store it under the
ssh
directory - Author your installer scripts to use the certificates
(todo)