Skip to content

Register and Issue Production cert using acme.sh #35

Register and Issue Production cert using acme.sh

Register and Issue Production cert using acme.sh #35

Workflow file for this run

name: Register and Issue Production cert using acme.sh
on:
schedule:
- cron: "45 6 1/7 * *"
jobs:
acmesh-register-and-issue:
runs-on: ubuntu-latest
env:
ACMEDNS_EMAIL: ${{ secrets.ACMEDNS_EMAIL }}
steps:
- name: Install acme.sh
run: curl https://get.acme.sh | sh -s email=${ACMEDNS_EMAIL} --install --force
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Register and Issue certificate (staging then prod)
run: ${GITHUB_WORKSPACE}/examples/acme.sh/register-and-issue.sh prod