Skip to content

Commit

Permalink
Fixed wrong filename of private key for Custom SSL certs
Browse files Browse the repository at this point in the history
The default private key is called
`/var/cfengine/httpd/ssl/private/<hostname>.key`, not
`/var/cfengine/httpd/ssl/private/<hostname>.cert`.

Ticket: ENT-11847
Changelog: None
Signed-off-by: Lars Erik Wik <[email protected]>
(cherry picked from commit 8da8fb8)
  • Loading branch information
larsewi committed Jun 3, 2024
1 parent 5c21da8 commit d222076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When first installed a self-signed ssl certificate is automatically generated
and used to secure Mission Portal and API communications. You can change this
certificate out with a custom one by replacing
`/var/cfengine/httpd/ssl/certs/<hostname>.cert` and
`/var/cfengine/httpd/ssl/private/<hostname>.cert` where hostname is the fully
`/var/cfengine/httpd/ssl/private/<hostname>.key` where hostname is the fully
qualified domain name of the host.

After installing the certificate please make sure that the certificate
Expand Down

0 comments on commit d222076

Please sign in to comment.