Yannik / qnap-letsencrypt

Let's Encrypt on QNAP
318 stars 59 forks source link

Too many arguments genrsa #84

Closed ciltocruz closed 4 years ago

ciltocruz commented 4 years ago

Platform/Firmware Information

Model = HS-251 Internal Model = HS-251 Version = 4.4.2 Build Number = 20200529 Rsync Model = QNAP Build Date = 2020-05-29

Hello.

Hi. I have installed this software yesterday. When I run: "./init.sh" this appears.

Generating RSA private key, 4096 bit long modulus (2 primes) ...............................................................................++++ .........................................++++ e is 65537 (0x010001) Extra arguments given. genrsa: Use -help for summary.

It seems that genrsa does not support "-sha256" at the end of the line.

How can I solve it?

Thank you.

Yannik commented 4 years ago

Whats the output of openssl version for you?

ciltocruz commented 4 years ago

OpenSSL 1.1.1g 21 Apr 2020

Yannik commented 4 years ago

Okay. Please try my latest commit using git pull.

ciltocruz commented 4 years ago

It works!!!!

I will continue with the process.

Can I generate wildcards with this program?

Yannik commented 4 years ago

No, as this only supports the HTTP-01 challenge, which does not support wildcard certs.