Re: AW: AW: RSA and ECDSA - warning: No certs for key at index 1

2022-06-01 Thread Tobias Reckhard
Hi On 01.06.22 12:17, Maurizio Caloro wrote: I don't know much about Acme.sh, but it doesn't look right combining "--rsa-key-size 4096" and "--key-type ecdsa". Yes try with command certbot I think raf is referring to the mismatch between algorithm, i.e. ECDSA, and the key specification and

AW: AW: RSA and ECDSA - warning: No certs for key at index 1

2022-06-01 Thread Maurizio Caloro
>I don't know much about Acme.sh, but it doesn't look right combining "--rsa-key-size 4096" and "--key-type ecdsa". > >cheers, >raf Yes try with command certbot Maurizio

Re: AW: AW: RSA and ECDSA - warning: No certs for key at index 1

2022-05-31 Thread Viktor Dukhovni
On Tue, May 31, 2022 at 02:18:35PM +0200, Maurizio Caloro wrote: > ## RSA > /etc/letsencrypt/live/nmail.caloro.ch-rsa/privkey.pem > /etc/letsencrypt/live/nmail.caloro.ch-rsa/fullchain.pem > > >These are the same as the below. > Corrected now to other folder(writing error) > ## ECDSA

AW: AW: RSA and ECDSA - warning: No certs for key at index 1

2022-05-31 Thread Maurizio Caloro
Hello Viktor Thanks for your Answer. the creation of this Cert are the following: The one key-type are for RSA and ECDSA Acme.sh certonly --standalone --rsa-key-size 4096 --domain nmail.caloro.ch --key-type rsa --cert-name nmail.caloro.ch-rsa Acme.sh certonly --standalone