cancel
Showing results for 
Search instead for 
Did you mean: 
MikeInAZ
Flight Engineer
Flight Engineer
  • 307 Views

inconsistent mounting of service-ca cert and key

Jump to solution

 

ch04s06 shows this with the tls.key and tls.crt with specificed paths

MikeInAZ_0-1731867688911.png

 

However, the ch04s07 doesn't have those paths to the key or crt in the mountpoint.  Why?

MikeInAZ_1-1731867758105.png

 

 

1 Solution

Accepted Solutions
Chetan_Tiwary_
Community Manager
Community Manager
  • 184 Views

@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

Screenshot.png

 

in ch04s07 - path for the certificate and key is set to /etc/pki/stock/.

View solution in original post

1 Reply
Chetan_Tiwary_
Community Manager
Community Manager
  • 185 Views

@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

Screenshot.png

 

in ch04s07 - path for the certificate and key is set to /etc/pki/stock/.

Join the discussion
You must log in to join this conversation.