Skip to content

Commit

Permalink
fixed a typo on the python tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
childofthewired committed Dec 11, 2024
1 parent 3ad9ec5 commit bb927c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/module-02.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ On the Satellite server, check certificate exchange with Capsule
[source,sh,role=execute,subs="attributes"]
----
# curl -v https://capsulerserver FDQN/pulp/api/v2/status/ | python -m json.tool
# curl --cert /etc/foreman/client_cert.pem --key /etc/foreman/client_key.pem --cacert /etc/foreman/proxy_ca.pem https://capsule server FDQN:9090/features | python -m json.tool
# curl --cert /etc/foreman/client_cert.pem --key /etc/foreman/client_key.pem --cacert /etc/foreman/proxy_ca.pem https://<capsule_server_FDQN>:9090/features | python3 -m json.tool
----


Expand Down

0 comments on commit bb927c5

Please sign in to comment.