-5

Well a while ago I tried OpenVPN Access Point to use my server as VPN. Then I wanted to get letsencrypt then everything failed then I removed OpenVPN Access Point then the stupid certificate is still there

I have tried purging OpenSSL... Nothing

Help...

EDIT:
This is on Ubuntu 16.04 Xenial. DigitalOcean. 512MB RAM.
Also, I followed this.

jD91mZM2
  • 1
  • 2

2 Answers2

0

For *nix systems I would try

cd /path/to/directory
rm certificate.file

For Windows I would try

cd \path\to\directory
del certificate.file
user9517
  • 115,471
  • 20
  • 215
  • 297
0

Well - I am stupid...
I just forgot to remove the openvpn-as package

So
sudo apt purge openvpn-as
... Simple as that

Sorry for being so stupid

jD91mZM2
  • 1
  • 2