Skip to content

Commit 4753cef

Browse files
Merge pull request #1045 from xek/fix/OSPRH-19131-doc-tls-e-ipa-ssh
TLS-e migration fixes
2 parents df4b62f + dacbde9 commit 4753cef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs_user/modules/proc_migrating-tls-everywhere.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ You then decommission the previous FreeIPA node and no longer use it to issue ce
2525
+
2626
ifeval::["{build}" != "downstream"]
2727
----
28-
IPA_SSH="ssh -i ~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa [email protected] podman exec -ti freeipa-server-container"
28+
IPA_SSH="ssh -i ~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa [email protected] podman exec -ti freeipa-server"
2929
----
3030
+
3131
In this example the FreeIPA instance is running on a separate host, in a container.
3232
endif::[]
3333
ifeval::["{build}" == "downstream"]
3434
----
35-
IPA_SSH="ssh -i <path_to_ssh_key> root@<freeipa-server-ip-address>"
35+
IPA_SSH="ssh -i <path_to_ssh_key> <admin user>@<freeipa-server-ip-address> sudo"
3636
----
3737
endif::[]
3838

@@ -43,7 +43,7 @@ ifeval::["{build_variant}" != "ospdo"]
4343
. To locate the CA certificate and key, list all the certificates inside your NSSDB:
4444
+
4545
----
46-
$ IPA_SSH certutil -L -d /etc/pki/pki-tomcat/alias
46+
$IPA_SSH certutil -L -d /etc/pki/pki-tomcat/alias
4747
----
4848
+
4949
* The `-L` option lists all certificates.
@@ -66,8 +66,7 @@ ifeval::["{build_variant}" == "ospdo"]
6666
. To locate the CA certificate and key, list all the certificates inside your NSSDB. If you installed OSPdO by using director-dev-tools, the server host runs the freeipa server as a container:
6767
+
6868
----
69-
$ IPA_SSH certutil -L -d /etc/pki/pki-tomcat/alias
70-
$ IPA_SSH="podman exec -ti freeipa-server"
69+
$IPA_SSH certutil -L -d /etc/pki/pki-tomcat/alias
7170
----
7271
+
7372
* The `-L` option lists all certificates.

0 commit comments

Comments
 (0)