AWS rolesanywhere documentation change
Summary
Fixed OpenSSL command syntax (x.509 to x509)
Security assessment
Corrects a command syntax error but does not address a security vulnerability. Improves accuracy of certificate inspection instructions.
Diff
diff --git a/rolesanywhere/latest/userguide/trust-model.md b/rolesanywhere/latest/userguide/trust-model.md index ba8ba9c49..040cf7612 100644 --- a//rolesanywhere/latest/userguide/trust-model.md +++ b//rolesanywhere/latest/userguide/trust-model.md @@ -31 +31 @@ To examine the contents of a certificate, use the following command: - $openssl x.509 -text -noout -in certificate.pem + $openssl x509 -text -noout -in certificate.pem