Open ssl.conf
in a text editor.
Edit the domain(s) listed under the [alt_names]
section so that they match the local domain name you want to use for your project, e.g.
DNS.1 = my-project.dev
Additional FQDNs can be added if required:
############################################################# | |
# Run this script from the same location of the ign files # | |
############################################################# | |
########################## Installing govc ################################################# | |
# mkdir $HOME/bin | |
# cd $HOME/bin | |
# wget https:////github.com/vmware/govmomi/releases/download/v0.22.1/govc_linux_amd64.gz | |
# gunzip govc_linux_amd64.gz && mv govc_linux_amd64 govc && chmod +x govc |
# CentOS 8 - Install Latest Podman | |
sudo dnf -y module disable container-tools | |
sudo dnf -y install 'dnf-command(copr)' | |
sudo dnf -y copr enable rhcontainerbot/container-selinux | |
sudo curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_8/devel:kubic:libcontainers:stable.repo | |
sudo dnf -y install podman | |
RHEL8.x/CENTOS8.x | |
podman version 1.8+ |
My environment is below: | |
Centos8 | |
libvirtd (libvirt) 7.0.0 | |
libvirt network: default - Range 192.168.122.0/24 | |
Domain and Single Node IP: *.sno.local 192.168.122.10 | |
Extracting openshift-baremetal-install | |
export VERSION=latest-4.8 |