AWS iot documentation change
Summary
Fixed API reference URL formatting in certificate documentation
Security assessment
Only updates API documentation links with proper URL formatting. No changes to certificate security requirements or practices.
Diff
diff --git a/iot/latest/developerguide/x509-client-certs.md b/iot/latest/developerguide/x509-client-certs.md index e8ca8e44d..aaaac74f5 100644 --- a//iot/latest/developerguide/x509-client-certs.md +++ b//iot/latest/developerguide/x509-client-certs.md @@ -131 +131 @@ RSA-PSS with a key size of at least 2048 bits | All | TLS 1.3 | Yes -To create a certificate using [CreateCertificateFromCSR](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateCertificateFromCsr.html), you can use a supported key algorithm to generate a public key for your CSR. To register your own certificate using [RegisterCertificate](https://docs.aws.amazon.com/iot/latest/apireference/API_RegisterCertificate.html) or [RegisterCertificateWithoutCA](https://docs.aws.amazon.com/iot/latest/apireference/API_RegisterCertificateWithoutCA.html), you can use a supported key algorithm to generate a public key for the certificate. +To create a certificate using [CreateCertificateFromCSR](https://docs.aws.amazon.com//iot/latest/apireference/API_CreateCertificateFromCsr.html), you can use a supported key algorithm to generate a public key for your CSR. To register your own certificate using [RegisterCertificate](https://docs.aws.amazon.com//iot/latest/apireference/API_RegisterCertificate.html) or [RegisterCertificateWithoutCA](https://docs.aws.amazon.com//iot/latest/apireference/API_RegisterCertificateWithoutCA.html), you can use a supported key algorithm to generate a public key for the certificate. @@ -133 +133 @@ To create a certificate using [CreateCertificateFromCSR](https://docs.aws.amazon -For more information, see [Security policies](https://docs.aws.amazon.com/iot/latest/developerguide/transport-security.html#tls-policy-table). +For more information, see [Security policies](https://docs.aws.amazon.com//iot/latest/developerguide/transport-security.html#tls-policy-table).