Skip to content

NaverCloud DNS Authenticator plugin for Certbot

License

Notifications You must be signed in to change notification settings

datamaker-kr/certbot-dns-navercloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certbot-dns-navercloud

NaverCloud DNS Authenticator plugin for Certbot

Create credentials ini file

$ nano ~/certbot-creds.ini

Set access key and secret key

dns_navercloud_access_key = <access_key>
dns_navercloud_secret_key = <secret_key>

Set appropriate permissions

$ chmod 600 ~/certbot-creds.ini

Retrieve the certificate

$ certbot certonly \
--authenticator 'dns-navercloud' \
--dns-navercloud-credentials '~/certbot-creds.ini' \
-d '*.example.com'

About

NaverCloud DNS Authenticator plugin for Certbot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages