Missing variable in OpenVPN server setup guide
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Server Guide |
New
|
Undecided
|
Unassigned |
Bug Description
I am referring to this guide: https:/
I am in the process of following it. There is a missing line in the proposed vars file that will cause ./build-ca to fail.
More specifically, as it is currently described in the guide, you will encounter this error when running ./build-ca:
"error on line 198 of /etc/openvpn/
139640386487968
The referenced line 198 reads:
"subjectAltName
To solve this the vars file needs an additional variable to be set:
export KEY_ALTNAMES=
(more info: http://
Therefore, the wiki could change the proposed vars file to this:
export KEY_COUNTRY="US"
export KEY_PROVINCE="NC"
export KEY_CITY=
export KEY_ORG="Example Company"
export <email address hidden>"
export KEY_CN=MyVPN
export KEY_NAME=MyVPN
export KEY_OU=MyVPN
export KEY_ALTNAMES=
and then ./build-ca will succeed.
no longer affects: | ubuntu |
Thanks for taking the time to file a bug report. In your Ubuntu forums link, I see posts where people complain about this issue with the serverguide, but none of them bothered to file a bug report. How else would we know?
I see from post #11 of the Ubuntu forums link, that some better explanation might be needed for non U.S. users.