acme.sh icon indicating copy to clipboard operation
acme.sh copied to clipboard

enable mult domains in qiniu deploy hook

Open sillydong opened this issue 5 years ago • 1 comments

Enable mult domains in qiniu deploy hook.

By seperating domains with "," or " ", user can deploy same wildcard domain certification to mult domains in qiniu.

For example a.example.com and b.example.com can share the same certification which generated with domain *.example.com

command: export QINIU_AK="AK" export QINIU_SK="SK" QINIU_CDN_DOMAIN="a.example.com,b.example.com" acme.sh --deploy -d example.com --deploy-hook qiniu

sillydong avatar Mar 08 '20 15:03 sillydong

请先把 ci 错误修复了.

Neilpang avatar Mar 09 '20 11:03 Neilpang