AWS acm documentation change
Summary
Updated platform labels in examples and removed a Windows-specific command.
Security assessment
Changes are example corrections and do not impact security procedures or documentation.
Diff
diff --git a/acm/latest/userguide/export-private.md b/acm/latest/userguide/export-private.md index 34406212c..912d253e4 100644 --- a//acm/latest/userguide/export-private.md +++ b//acm/latest/userguide/export-private.md @@ -64 +64 @@ The following examples pipe the command output to `jq` to apply PEM formatting. - [Linux] + [Windows/Linux] @@ -70,6 +69,0 @@ The following examples pipe the command output to `jq` to apply PEM formatting. - [Windows] - $ aws acm export-certificate \ - --certificate-arn arn:aws:acm:Region:444455556666:certificate/certificate_ID \ - --passphrase fileb://path-to-passphrase-file \ - | jq -r '\"(.Certificate)(.CertificateChain)(.PrivateKey)\"' -