ch04s06 shows this with the tls.key and tls.crt with specificed paths
However, the ch04s07 doesn't have those paths to the key or crt in the mountpoint. Why?
@MikeInAZ in ch04s06 the path to key and cert is application dependent , here it is for Nginx : for cert it is /etc/pki/nginx/server.crt and for key it is /etc/pki/nginx/private/server.key
in ch04s07 - path for the certificate and key is set to /etc/pki/stock/.
@MikeInAZ in ch04s06 the path to key and cert is application dependent , here it is for Nginx : for cert it is /etc/pki/nginx/server.crt and for key it is /etc/pki/nginx/private/server.key
in ch04s07 - path for the certificate and key is set to /etc/pki/stock/.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.