2 Jul
2023
2 Jul
'23
12:39
On 2023-07-02 14:22, Masaru Nomiya wrote:
Hello,
CER> In self signed certificates for an internal dovecot, how can I extend its CER> validity time? [...]
To extend the validity time of a self-signed certificate for Dovecot, you can use the following command:
openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout /etc/ssl/private/dovecot.key -out /etc/ssl/certs/dovecot.pem
The -days option specifies the number of days that the certificate will be valid. In this example, it is set to 3650 days (10 years). You can adjust this value as needed.
Ah, thanks :-) -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)