You are not logged in.
I'm trying to generate keys for a new client machine on my existing Openvpn server. I already successfully generated keys there a few weeks ago, but the method described in the wiki is now failing with error :
unable to load certificate
139983183140504:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:701:Expecting: TRUSTED CERTIFICATE
What could be the reason for this ? It did work before...
Skrooge, a personal finances manager for the Plasma Desktop
http://skrooge.org
Offline
Post the exact command sequence that you are using. Also make sure that your CA certificate hasn't expired.
Offline
You might want to use pkitool instead of calling the other scripts directly. Call pkitool without arguments to see the help.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Post the exact command sequence that you are using. Also make sure that your CA certificate hasn't expired.
Here is the exact sequence:
ssh obelix
su
cd /root/easy-rsa
source ./vars
./build-key pneumatix
The ca certificate was generated on April 14th, with a validity of 3650 days. I should have a ca.crt and a ca.key, right ?
Skrooge, a personal finances manager for the Plasma Desktop
http://skrooge.org
Offline
Here is the exact sequence:
ssh obelix su cd /root/easy-rsa source ./vars ./build-key pneumatix
The ca certificate was generated on April 14th, with a validity of 3650 days. I should have a ca.crt and a ca.key, right ?
Your commands look fine and yes, you should have a ca.crt and ca.key as well.
Offline