lop-devops / LOPOsinstall

GNU General Public License v2.0
2 stars 5 forks source link

Adding steps to create SSL certificate for GSA domain #8

Closed spoorthys1303 closed 9 months ago

spoorthys1303 commented 9 months ago

To get a client certificate for GSA communication adding a step to create the certificate inside the lpar after the installation A input variable gsa-server is required to get the gsa server doamin name

spoorthys1303 commented 9 months ago
Installation will take approximatly 10-12 mins to complete.
For realtime monitoring "tail -f ./log/installvm-20231129-143135.log"
Installation was Succesfull
Cleanup  DHCP entry which is created while Instllation Process
Running Command : mv /tmp/dhcpd.conf /etc/dhcp/dhcpd.conf
Command Run Successfull : 0
Running Command : rm -rf /tmp/dhcpd.conf
Command Run Successfull : 0
Running Command : systemctl restart dhcpd
Command Run Successfull : 0
Running Command : systemctl status dhcpd
Command Run Successfull : 0
Running Command : touch /etc/sles_15sp5_gm
Command Run Successfull : 0
Running Command : openssl s_client -showcerts -servername yyyy -connect yyyyy:443 > /etc/pki/trust/anchors/cacert.pem
Command Run Successfull : 0
Running Command : update-ca-certificates
Command Run Successfull : 0
spoorthys1303 commented 9 months ago
Installation will take approximatly 10-12 mins to complete.
For realtime monitoring "tail -f ./log/installvm-20231129-153828.log"
Installation was Succesfull
Cleanup  DHCP entry which is created while Instllation Process
Running Command : mv /tmp/dhcpd.conf /etc/dhcp/dhcpd.conf
Command Run Successfull : 0
Running Command : rm -rf /tmp/dhcpd.conf
Command Run Successfull : 0
Running Command : systemctl restart dhcpd
Command Run Successfull : 0
Running Command : systemctl status dhcpd
Command Run Successfull : 0
Running Command : touch /etc/rhel_9.3le_rc-2.0
Command Run Successfull : 0
spoorthys1303 commented 9 months ago

Addressed the review comments, thank you @PraveenPenguin