Skip to content

Commit 146d639

Browse files
committed
Textual alignment fix
1 parent 1cc3b53 commit 146d639

File tree

1 file changed

+2
-1
lines changed
  • security/security-design/shared-assets/kms-import-keys

1 file changed

+2
-1
lines changed

security/security-design/shared-assets/kms-import-keys/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ This example is for an RSA 2048 Asynchronous Key to be imported in OCI Vault. Th
5353

5454
The script is provided in the OCI Documentation [here](https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/Content/KeyManagement/Tasks/importing_asymmetric_keys_topic_script_to_import_rsa_key_material_as_a_new_external_key.htm)
5555

56-
Just copy the script and place it on an environment where you have the correct version of openssl (see pre-requisites). Then modify the script to have the correct values to point to the required input files. The below example is when you use an OCI Compute with Oracle Linux 9:
56+
Just copy the script and place it on an environment where you have the correct version of openssl (see pre-requisites). Then modify the script to have the correct values to point to the required input files.
57+
The below example is when you use an OCI Compute with Oracle Linux 9:
5758

5859
```
5960
OPENSSL_PATH="/usr/bin/openssl"

0 commit comments

Comments
 (0)