On Tue, May 31, 2022 at 02:18:35PM +0200, Maurizio Caloro <mauri...@caloro.ch> wrote:
> 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 --rsa-key-size 4096 --domain > nmail.caloro.ch --key-type ecdsa --cert-name nmail.caloro.ch-ecdsa 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