What is preffered to have one certificate for all domains or multiple certificates for each domain (without and www.domain and perhaps 2.domain …)
I have LAMP Kubuntu, I think it would be easier and faster to make one script:
#!/bash/bin
/opt/letsencrypt/letsencrypt-auto --apache -d www.domain -d domain -d 2.domain
/opt/letsencrypt/letsencrypt-auto --apache -d www.domain2 -d domain2 -d 2.domain2
/opt/letsencrypt/letsencrypt-auto --apache -d www.domain3 -d domain3 -d 2.domain3
Would that be best way?
What is the max time before expiry of certificate that I can request new one (I know for 7 days wait time/5, but is there any difference if I request each month for new certificates or try to remember expire date for 3 months?
Why aren’t the certificates 3.1 and are just SSL 3.0?
Do I really need to check for certificates if are they generated correctly?