Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid SSL Key (on cPanel) #4

Closed
bandinopla opened this issue Nov 2, 2022 · 1 comment
Closed

Invalid SSL Key (on cPanel) #4

bandinopla opened this issue Nov 2, 2022 · 1 comment

Comments

@bandinopla
Copy link

for some reason i had to run openssl rsa -in domain.key -check and manually copy the RSA Key from the console and paste it on the "Private Key" section of cPanel.

Is there a flag or configuration one can do to generate the key the same way as openssl ... -check returns it?

@r5d
Copy link
Owner

r5d commented Nov 3, 2022

@bandinopla

You can do:

openssl rsa -in domain.key -out domain.decrypted.key

to write the decrypted domain key to domain.decrypted.key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants