cancel
Showing results for 
Search instead for 
Did you mean: 

vTM and Let's Encrypt plan?

tenajsystems
Occasional Contributor

Re: vTM and Let's Encrypt plan?

@Baptiste Assmann, If I wanted to generate a cert for a domain that had an alias (example: example.com and alias www.example.com), how would I accomplish this using your script for letsencrypt ?
PaulWallace
Contributor

Re: vTM and Let's Encrypt plan?

@lbasp@tenajsystems Glad to see that solved your problem!

 

Just to let you know, we are expecting to carry out some maintenance on the new vADC community over the next few days, so this post may become inaccessible for a while. If you need urgent assistance, then either raise a support call, or else send me a direct email at "pwallace - at - brocade dot com"

 

Thanks!

 

pwallace
Community Manager

Re: vTM and Let's Encrypt plan?

I think this would be possible - the acme.sh script can issue certificates with multiple names:

acme.sh --issue -d example.com -d www.example.com -d cp.example.com -w /home/wwwroot/example.com

However, you would need to modify the other script to accept multiple arguments and pass to acme.sh.