I'm trying to get a wildcard certificate from Dynadot. I used the Webfaction control panel to generate a CSR. When I submit it to Dyandot, I get the following error: "Your CSR does not have a version number. Please try using different software to generate your csr." asked 27 May '17, 01:36 StellateSoft |
Please try generating the CSR manually on your server with these commands: Create the private key:
Create the CSR:
Remove the passphrase from the private key:
I hope this helps! answered 27 May '17, 20:54 maryh |