0.0.1-6 • Published 3 years ago

@lycolia/value-domain-dns-cert-register v0.0.1-6

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Value-Domain DNS Cert Register

  • This is Certbot DNS-01 Challenge auto-register for Value-Domain!

Required

  • Linux
    • Does not support Windows
  • certbot
  • Node.js 12+

Install Value Domain DNS Cert Register

npm i -g @lycolia/value-domain-dns-cert-register

How to use

1. Create ACME account

  • Run the following command -> certbot register

2. Get Value Domain Access Token

3. Run this CLI with following certbot commands

sudo certbot certonly --manual -n \
--preferred-challenges dns \
--agree-tos -m [your-email] \
--manual-auth-hook "vddcr [root-domain-name] [Value-Domain-access-token]" \
-d [your-domain]

4. Task scheduling

  • If want scheduled run, register above commands in crontab!

CLI Options

  • vddcr [root-domain-name] [Value-Domain-access-token]

Reference

Value-Domain

Certbot

0.0.1-6

3 years ago

0.0.1-5

4 years ago

0.0.1-3

4 years ago

0.0.1-4

4 years ago

0.0.1-2

4 years ago

0.0.1-1

4 years ago

0.0.1

4 years ago