AWS transfer documentation change
Summary
Fixed step numbering (renamed Step 3 to Step 2) and removed a note about importing certificates with combined certificate/chain files.
Security assessment
The changes correct procedural steps and remove a certificate import example. While certificate management is security-sensitive, there's no indication this addresses a vulnerability. The removal of the note reduces guidance but doesn't directly relate to a documented security issue.
Diff
diff --git a/transfer/latest/userguide/as2-example-tutorial.md b/transfer/latest/userguide/as2-example-tutorial.md index 90bbbfb58..28024ec47 100644 --- a/transfer/latest/userguide/as2-example-tutorial.md +++ b/transfer/latest/userguide/as2-example-tutorial.md @@ -5 +5 @@ -Step 1: Create certificates for AS2Step 3: Import certificates as Transfer Family certificate resourcesStep 3: Create profiles for you and your trading partnerStep 4: Create a Transfer Family server that uses the AS2 protocolStep 5: Create an agreement between you and your partnerStep 6: Create a connector between you and your partnerStep 7: Test exchanging files over AS2 by using Transfer Family +Step 1: Create certificates for AS2Step 2: Import certificates as Transfer Family certificate resourcesStep 3: Create profiles for you and your trading partnerStep 4: Create a Transfer Family server that uses the AS2 protocolStep 5: Create an agreement between you and your partnerStep 6: Create a connector between you and your partnerStep 7: Test exchanging files over AS2 by using Transfer Family @@ -21 +21 @@ This process is described in Step 1: Create certificates for AS2. -This process is described in Step 3: Import certificates as Transfer Family certificate resources. +This process is described in Step 2: Import certificates as Transfer Family certificate resources. @@ -162 +162 @@ Some AS2-enabled servers, such as OpenAS2, require that you use the same certifi -## Step 3: Import certificates as Transfer Family certificate resources +## Step 2: Import certificates as Transfer Family certificate resources @@ -168,9 +167,0 @@ To import the signing and encryption certificates that you created in step 1, ru -###### Note - -If you have a file that contains both a certificate and its chain, you can provide that file to the `import-certificate` command using only the `certificate` parameter. For example: - - - aws transfer import-certificate --usage ENCRYPTION --certificate file://combined-cert-and-chain-file.pem - -If you use the `certificate` parameter to upload both the certificate and its chain, don't use the `certificate-chain` parameter. -