I’m trying to buy a certificate. Actually, I’m trying to *get* a certificate. They seem to already have my money. Anyway, they want me to paste a Certificate Signing Request into their web page. I have done the following:
dmr% auth/rsagen -b2048 >key dmr% auth/rsa2csr 'C=US ST=Georgia L=Athens O=South Suite CN=www.etherdrive.com' key >xx dmr% auth/pemencode 'CERTIFICATE SIGNING REQUEST' <xx >csr I then pasted the contents of ‘csr’ into the page and get “This CSR has an invalid signature!” What am I doing wrong?