跳至內容

Import certificate from another account or link to my Company account

0

Hi,

I have completed AWS solution Architect Professional certificate. My Company Accenture imports certificate directly by extracting data from the account but I have two AWS accounts so the issue is in my company account I have old certs and the new certs lies in personal id aws account. I need assistance to fix this issue

已提問 2 個月前檢視次數 74 次

2 個答案
1

If you need assistance in merging your accounts, please contact AWS Support at: https://support.aws.amazon.com/#/contacts/one-support?formId=trainingCertification.

AWS

已回答 2 個月前

專家

已審閱 2 個月前

0

Based on AWS Certificate Manager (ACM) functionality, certificates cannot be directly transferred or linked between AWS accounts. However, you can resolve this by importing your certificates into your company account.

To import certificates into ACM in your company account:

  1. Export the certificate from your personal account: You'll need to obtain the certificate file, private key, and certificate chain from your personal AWS account or from wherever the certificates are stored.

  2. Import into your company account:

  • Open the ACM console in your company account
  • Choose "Import a certificate"
  • Paste the PEM-encoded certificate body (begins with -----BEGIN CERTIFICATE-----)
  • Paste the PEM-encoded, unencrypted private key (begins with -----BEGIN PRIVATE KEY-----)
  • Optionally paste the PEM-encoded certificate chain
  • Add any tags if needed
  • Choose "Import"

Important considerations:

  • Certificates are regional resources, so you must import them into each AWS Region where you need to use them
  • ACM does not provide managed renewal for imported certificates - you'll need to manually renew and reimport them before expiration
  • The cryptographic algorithm of the certificate must match the algorithm of the signing Certificate Authority
  • Each certificate must be imported one at a time if you have multiple certificates with the same domain name

This approach will allow you to have your current certificates available in your company account without any direct linking between accounts.
Sources
Import certificates into AWS Certificate Manager - AWS Certificate Manager
ImportCertificate - AWS Certificate Manager
Import a certificate - AWS Certificate Manager

已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。