Hello.
I am moving my VPN from one server to another.
In the new server I've made a clean CWP installation.
May I just copy my certificates from old location to the new one:
/etc/pki/tls/certs/yourdomain.tld.csr
/etc/pki/tls/private/yourdomain.tld.key
/etc/pki/tls/certs/yourdomain.tld.crt
/etc/pki/tls/certs/yourdomain.tld.bundle
a symbolic link /etc/pki/tls/certs/yourdomain.tld.cert pointing on yourdomai.tld.crt
or I have to generate and reissue my certificates again?..
Thank you.