Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-5549

RH358-31: Configuring a Web Server with Nginx - Guided Exercise

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • RH358 - RHEL 8.1 0
    • RH358
    • None
    • This was checked in both the ROL and the ILT local environment.

    • 8
    • Hide

      Fix the script

       Removing cert files from servera
      pad " · Ensuring that the certificate for NGINX is cleaned up."
      ${ssh} ${target} "rm -rf /etc/pki/tls/private/*"
      print_SUCCES

      Show
      Fix the script  Removing cert files from servera pad " · Ensuring that the certificate for NGINX is cleaned up." ${ssh} ${target} "rm -rf /etc/pki/tls/private/*" print_SUCCES
    • en-US (English)

      URL:
      Reporter RHNID: tmichett
      Section: - Automating Web Server Configuration
      Language: en-US (English)
      Workaround: Fix the script

       Removing cert files from servera
      pad " · Ensuring that the certificate for NGINX is cleaned up."
      ${ssh} ${target} "rm -rf /etc/pki/tls/private/*"
      print_SUCCES

      Description: The /etc/pki/tls/private/ is not supposed to be deleted. Only the Private Key files should be deleted to cleanup. This directory is needed. It causes an issue with the "
      GE: Automating Web Server Configuration"

       

      [student@workstation ~]$ cd /usr/local/lib

      [student@workstation lib]$ vim lab-web-nginx

       The lack of the "*" causes the directory to be deleted.

       Removing cert files from servera
      pad " · Ensuring that the certificate for NGINX is cleaned up."
      ${ssh} ${target} "rm -rf /etc/pki/tls/private/"
      print_SUCCESS

       

              rht-dspohn Dallas Spohn
              tmichett Travis Michette (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: