forked from docs/doc-exports
Reviewed-by: Mützel, Andrea <andrea.muetzel@t-systems.com> Co-authored-by: Liu, Siying <liusiying@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Liu, Siying <liusiying@noreply.gitea.eco.tsi-dev.otc-service.com>
2.7 KiB
2.7 KiB
How Do I Obtain an AK/SK Pair?
An access key ID and secret access key (AK/SK) constitute an access key.
- AK: access key ID, which is a unique identifier used in conjunction with a secret access key to sign requests cryptographically.
- SK: secret access key used in conjunction with an AK to sign requests cryptographically. It identifies a request sender and prevents the request from being modified.
Obtain and use the AK/SK of a public account.
Procedure
- Log in to the console, hover your cursor over your username in the upper right corner, and select My Credentials.
- Choose Access Keys.
- Click Create Access Key and enter a description.
- Click OK and download the AK/SK immediately.
- Obtain the AK/SK pair from the credentials file.
Parent topic: Consultation