Skip to content

Issue SSL certificate using Lego

Actions
Issue SSL certificate with lego DNS API mode
v2.0-release
Latest
Star (1)

lego-action

use lego to issue ssl certificate via dns api mode

HOW TO USE

jobs:
  issue-ssl-certificate:
    name: Issue SSL certificate
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: dextercai/lego-action@main
        with:
          version: latest
          accounts-tar-base64: ${{ secrets.LEGO_ACCOUNT_TAR }}
          lego-envs: ALICLOUD_ACCESS_KEY=${{ secrets.ALI_AK }},ALICLOUD_SECRET_KEY=${{ secrets.ALI_SK }}
          email: [email protected]
          lego-dns-provider: alidns
          domains: "*.example,com*"
          dns-resolvers: 1.1.1.1:53
          lego-server: https://acme-staging-v02.api.letsencrypt.org/directory

Issue SSL certificate using Lego is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Issue SSL certificate with lego DNS API mode
v2.0-release
Latest

Issue SSL certificate using Lego is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.