Troubleshooting issue with creating new certs for users
Posted: Tue Sep 26, 2017 5:10 pm
getting this error when attempting to generate a new account on the server
Last login: Mon Sep 25 20:04:25 2017 from ip-10-8-0-6.ec2.internal
xxxxx@xxxxxxx01:~$ sudo su
root@xxxxxxx01:/home/ubuntu# cd /etc/openvpn/easy-rsa/
root@xxxxxxx01:/etc/openvpn/easy-rsa# ./makesendMB.sh testuser1
Target device is (c=Chromebook o=OVPN=Mac/Win/Linux): o
NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/easy-rsa/keys
Generating a 2048 bit RSA private key
..............+++
.....................................................................+++
writing new private key to 'testuser1.key'
-----
Using configuration from /etc/openvpn/easy-rsa/openssl-1.0.0.cnf
invalid revocation date
in entry 80
testuser1.crt file not found, something went wrong, bye
Last login: Mon Sep 25 20:04:25 2017 from ip-10-8-0-6.ec2.internal
xxxxx@xxxxxxx01:~$ sudo su
root@xxxxxxx01:/home/ubuntu# cd /etc/openvpn/easy-rsa/
root@xxxxxxx01:/etc/openvpn/easy-rsa# ./makesendMB.sh testuser1
Target device is (c=Chromebook o=OVPN=Mac/Win/Linux): o
NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/easy-rsa/keys
Generating a 2048 bit RSA private key
..............+++
.....................................................................+++
writing new private key to 'testuser1.key'
-----
Using configuration from /etc/openvpn/easy-rsa/openssl-1.0.0.cnf
invalid revocation date
in entry 80
testuser1.crt file not found, something went wrong, bye