Skip to content

Commit

Permalink
attempt to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
klgill committed Jan 21, 2025
1 parent c8296a1 commit 291516f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions docs_user/modules/proc_migrating-tls-everywhere.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@ endif::[]
.Procedure

. To locate the CA certificate and key, list all the certificates inside your NSSDB:

+
ifeval::["{build_variant}" == "ospdo"]
If you installed OSPdO by using director-dev-tools, the server host runs the freeipa server as a container:
+
----
$ IPA_SSH="podman exec -ti freeipa-server"
----
endif::[]
+
----
$ IPA_SSH certutil -L -d /etc/pki/pki-tomcat/alias
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Before you migrate your databases to the {rhos_long} control plane, retrieve the
* Define the following shell variables. Replace the example values with values that are correct for your environment:
+
ifeval::["{build_variant}" == "ospdo"]
+
----
CONTROLLER1_SSH="ssh -i ~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa [email protected]"
MARIADB_IMAGE=quay.io/podified-antelope-centos9/openstack-mariadb:current-podified
Expand Down

0 comments on commit 291516f

Please sign in to comment.