Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clarify that the certificate must be in PEM format #5946

Merged
merged 1 commit into from
Apr 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/operator-manual/user-management/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ data:
- Base64 encode the contents of the certificate file, for example:
- `$ cat ArgoCD.cer | base64`
- *Keep a copy of the encoded output to be used in the next section.*
- *Ensure that the certificate is in PEM format before base64 encoding*

![Google Admin IdP Metadata](../../assets/google-admin-idp-metadata.png "A screenshot of the Google IdP metadata")

Expand Down