Skip to main content

Crear PKI Interna

Para crear la PKI interna se ha hecho uso del siguiente manual con ciertas modificaciones

Crear ROOT CA

Cree la estructura de directorios y ficheros que son necesarios para el funcionamiento de la PKI.

mkdir /root/ca
cd /root/ca
mkdir certs crl newcerts private
chmod 700 private
touch root-ca-database.txt
echo 1000 > serial