Jump to content

Custom SSL Cert with Polisy - Resolved


BillB66

Recommended Posts

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.

Link to comment
Share on other sites

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

image.png.ac5294c6a42dd989102a93f8c3948ed4.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

  • Forum Statistics

    • Total Topics
      36.8k
    • Total Posts
      369.9k
×
×
  • Create New...