Skip to content

billgertz/MIAB_dns_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

How to use DNSAPI

Since MailinaBox isn't yet integrated to acme.sh, you can use dns alias mode until our pull request is accpeted:

https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode

Use MailinaBox Custom DNS API to automatically issue cert

First you need an Administrator account to use MIAB API and the name of your mail server.

export $MIAB_Username="admin@yourbox.email"
export $MIAB_Password="password"
export $MIAB_Server="box.yourbox.email"

Ok, let's issue a cert now:

acme.sh --issue --dns dns_miab -d example.com -d www.example.com

Now, let's issue a wildcard certificate now:

acme.sh --issue --dns dns_miab -d \*.example.com

The $MIAB_Username, $MIAB_Password and $MIAB_Server will be saved in ~/.acme.sh/account.conf and will be reused when needed.

About

Fork of acme.sh-MIAB-DNS-API by Darven Dissek for cleanup and submission to acme.sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages