sbluhm / uyuni

Source code for Uyuni
https://www.uyuni-project.org/
GNU General Public License v2.0
1 stars 0 forks source link

verify custom certificate setup #106

Open sbluhm opened 1 year ago

sbluhm commented 1 year ago

Verify the custom certificate installation.

  1. pickup locations
  2. permissions
  3. uyuni#105
  4. CERT_PASS is required?
  5. SERVER_CRT vs. SERVER_CERT is there a type?
    # If you have a cert put it in the places shown below
    # Part of the process assumes they're there, but if it doesn't create
    # new ones, it doesn't copy yours in.
    CERT_PASS='uyuni'
    CA_CERT='/root/ssl-build/RHN-ORG-TRUSTED-SSL-CERT'
    # These have defaults but you can set them if yours are someplace different
    SERVER_CRT='/root/ssl-build/server.crt'
    # This is a typo, I think!
    SERVER_CERT=$SERVER_CRT
    SERVER_KEY='/root/ssl-build/server.key'