For the time being, I'm able to generate monthly TLS certificates using Dehydrated. I run the following command using crontab:
/usr/bin/dehydrated --challenge dns-01 -k /etc/le-godaddy-dns/godaddy.py -c -x >> /etc/dehydrated/logs/$(date +\%Y-\%m-\%d_\%H-\%M-\%S).log 2>&1
I've looked for what I want to achieve and I've found nothing. So my question comes next.
I've created a CSR using openssl, a CSR in PEM format (if I'm not wrong). Now, I'd like to use that CSR to create my certificates. But how? Any hint?
Thanks in advance!