Hi,
I am running CentOS Linux release 7.9.2009 (Core). Is there a way to configure a Certificate Authority (CA) in CentOS 7 to create digital certificates for servers on LAN or for VPN clients that need SSL Certificates?
https://gitlab.int.mydomain.com for example.
Thanks in Advance. Please guide.
Best Regards,
Kaushal
On 16 Feb 2021, at 17:34, Kaushal Shriyan kaushalshriyan@gmail.com wrote:
Is there a way to configure a Certificate Authority (CA) in CentOS 7
Hi,
On Tue, Feb 16, 2021 at 11:03:14PM +0530, Kaushal Shriyan wrote:
I am running CentOS Linux release 7.9.2009 (Core). Is there a way to configure a Certificate Authority (CA) in CentOS 7 to create digital certificates for servers on LAN or for VPN clients that need SSL Certificates?
FWIW: I use the "easy-rsa" package for that (standard in Fedora, for RHEL/CentOS 7/8 it's in the EPEL 7/8 repository).
On Tue, 16 Feb 2021, Jos Vos wrote:
On Tue, Feb 16, 2021 at 11:03:14PM +0530, Kaushal Shriyan wrote:
I am running CentOS Linux release 7.9.2009 (Core). Is there a way to configure a Certificate Authority (CA) in CentOS 7 to create digital certificates for servers on LAN or for VPN clients that need SSL Certificates?
FWIW: I use the "easy-rsa" package for that (standard in Fedora, for RHEL/CentOS 7/8 it's in the EPEL 7/8 repository).
I use the easyrsa package as well. It can be found in the OpenVPN source code, if you need to download it directly.