Skip to content

Use also self-signed certificate #785

Discussion options

You must be logged in to vote

Panopticon uses its own CA root file (cacert.pem) through the composer/ca-bundle dependency. This is deliberate; there are many live servers out there with an out-of-date, or misconfigured (at least in PHP) CA root. Providing our own file is the only way around this problem, and something that both Joomla! and WordPress already do.

You can always override that file in the the user_code directory. Just place your custom CA root file into user_code/cacert.pem. This file must have with all the root CAs you want to trust, i.e. both public and self-signed ones.

The way I have been managing this is that I have created my own root and intermediate CA which signs my self-signed certificates. The u…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by RomanaBW
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants