robymus / wowza-letsencrypt-converter

Convert let's encrypt certificates to JKS and domain to keystore map for Wowza Media Streaming Engine
MIT License
32 stars 12 forks source link

converting fail #8

Closed pikacom closed 1 year ago

pikacom commented 1 year ago

Hi,

I got error, Sytem is RHEL 9 Java is 9.0.4

certbot certonly --standalone -d xxxxxxxxxxxxx.com java -jar wowza-letsencrypt-converter-0.2.jar -v /usr/local/WowzaStreamingEngine/conf/ /etc/letsencrypt/live/ Converting certificates: /etc/letsencrypt/live/ => /usr/local/WowzaStreamingEngine/conf/ Reading xxxxxxxxxx.com Read error in xxxxxxxxxxxx.com:java.security.spec.InvalidKeySpecException: java.security.InvalidKeyException: Invalid RSA private key Error reading certificates, aborting without writing anything

Can you help?

nlmaca commented 1 year ago

@robymus, pikacom fixed his issue. More info here. https://github.com/nlmaca/Wowza_Installers/issues/3 "The problem vas with certboot, I add directive --key-type rsa, and then converting is working."

So, i think you can close the issue.

robymus commented 1 year ago

Thanks for the update. Sorry for not noticing this issue in time and not reacting to it, I'm glad it's sorted.