evonet
1
I’m using the cli: v-add-mail-domain-ssl and it requires: SSL_DIR I want to use it to generate letsencrypt cert. That option is a checkbox in the gui.
What is the correct argument to get: v-add-mail-domain-ssl to add a lets encrypt cert?
Thank you!
eris
2
Just run:
v-add-letsencrypt-domain user wonderland.com '' yes
Where wonderland.com is the mail domain…
evonet
3
Got it.
Does that at certs for: domain.tld + mail.domain.tld + webmail.domain.tld? Or do all subdomains use one cert?
Thanks!
eris
4
That only creates the ssl for mail.domain.com and webmail.domain.com
evonet
5
Thanks. To make sure I have this right:
via: ## v-add-letsencrypt-domain
#1: v-add-letsencrypt-domain user domain.tld
>>> cert only: domain.tld >>> success
#2: v-add-letsencrypt-domain user domain.tld www.domain.tld,sub.domain.tld
>>> certs for: domain.tld + www.domain.tld + sub.domain.tld >>> success
#3: v-add-letsencrypt-domain user domain.tld '' yes
>>> certs only: mail.domain.tld + webmail.domain.tld >>> success
#4: v-add-letsencrypt-domain user domain.tld www.domain.tld,sub.domain.tld yes
>>> certs for: domain.tld + www.domain.tld + sub.domain.tld + mail.domain.tld + webmail.domain.tld >>> fail
True? See above answered by @eris and edited since posting.
Thanks!
evonet
7
Thanks! I will update documentation.
system
Closed
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.