Posted July 30, 20205 yr 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. Edited July 31, 20205 yr by BillB66
July 30, 20205 yr 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.
July 31, 20205 yr Author 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 Edited July 31, 20205 yr by BillB66 Added SSL proof.
Archived
This topic is now archived and is closed to further replies.