BillB66 Posted July 30, 2020 Posted July 30, 2020 Where do the custom certs go on the polisy server? Assume custom CA, CRT, and a Key file. (CA can be added to the CRT file if required) /var/polyglot/ssl/custom? Not finding anything in the wiki. Thanks, Bill B.
larryllix Posted July 30, 2020 Posted July 30, 2020 A few were trying to get rid of the whole https impediment for inside LAN accesses. Writer hasn't been seen for a long time.
BillB66 Posted July 31, 2020 Author Posted July 31, 2020 This approach applies to policy as well as polyglot: Create .env file under /var/polygot # To enable Custom SSL Certificates CUSTOM_SSL=true Create the custom.ca, custom.crt, and custom.key under /var/polyglot/ssl/custom [admin@polisy /var/polyglot/ssl/custom]$ ls -al total 13 drwxr-xr-x 2 polyglot polyglot 5 Jul 30 17:48 . drwxr-xr-x 3 polyglot polyglot 9 Jul 30 17:45 .. -rw-r--r-- 1 polyglot polyglot 4795 Jul 30 17:48 custom.ca -rw-r--r-- 1 polyglot polyglot 2394 Jul 30 17:48 custom.crt -rw-r--r-- 1 polyglot polyglot 1679 Jul 30 17:46 custom.key Restart sudo service polyglot restart
Recommended Posts
Archived
This topic is now archived and is closed to further replies.