Skip to content

Commit 9e16c75

Browse files
authored
Update Connect_container_to_OCI_Tenancy.md
1 parent 629b893 commit 9e16c75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cd3_automation_toolkit/documentation/user_guide/Connect_container_to_OCI_Tenancy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
<br>```cd /cd3user/oci_tools/cd3_automation_toolkit/user-scripts/```
1212

1313
### **Step 2 - Create API PEM Key**:
14-
<br>If the key pair does not exist, create them using the below command:
14+
RSA key pair in PEM format (minimum 2048 bits) is needed to use OCI APIs. If the key pair does not exist, create them using the below command:
1515
<br>```python createAPIKey.py```
1616
<br> → This will generate the public/private key pair (***_oci_api_public.pem_*** and ***_oci_api_private.pem_***) at **_/cd3user/tenancies/keys/_**
1717
<br> → In case you already have the keys, you should copy the private key file inside the container and rename it to **_oci_api_private.pem_**.
1818

1919
### **Step 3 - Upload the Public key**:
20-
<br>Upload the Public key to **"APIkeys"** under user settings in OCI Console. Pre-requisite to use the complete functionality of the Automation Toolkit is to have the user as an administrator to the tenancy.
20+
Upload the Public key to **"APIkeys"** under user settings in OCI Console. Pre-requisite to use the complete functionality of the Automation Toolkit is to have the user as an administrator to the tenancy.
2121
- Open the Console, and sign in as the user.
2222
<br> View the details for the user who will be calling the API with the key pair.
2323
- Open the Profile menu (User menu icon) and click User Settings.
2424
- Click Add Public Key.</li><li>Paste the contents of the PEM public key in the dialog box and click Add.</li></ul>
2525

2626
### **Step 4 - Edit tenancyconfig.properties**:
27-
<br>Enter the details to **tenancyconfig.properties** file.
27+
Enter the details to **tenancyconfig.properties** file.
2828
```
2929
[Default]
3030
# Mandatory Fields
@@ -45,7 +45,7 @@ region=
4545
ssh_public_key=
4646
```
4747
### **Step 5 - Initialise the environment**:
48-
<br>Initialise your environment to use the Automation Toolkit.
48+
Initialise your environment to use the Automation Toolkit.
4949
<br>```python createTenancyConfig.py tenancyconfig.properties```
5050

5151
**Note** - If the API Keys were generated and added to the OCI console using previous steps, it might take a couple of seconds to reflect. Thus, running the above command immediately might result in Authentication Errors.<br>In such cases, please retry after a minute.

0 commit comments

Comments
 (0)