1 Answer
- Newest
- Most votes
- Most comments
2
Does the user openvpnas have read permission on the key?
$ ls -l privateserver-poc-aws.pem
Relevant content
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 22 days ago
Yes it does. Here is the output: -r-------- 1 root root 1679 Aug 23 03:52 privateserver-poc-aws.pem
The owner of the key is root and only root has read access to the key.
To make the key readable by openvpnas run
sudo chmod o+r privateserver-poc-aws.pem