Skip to content

Commit

Permalink
New note about the generation of passphrase protected PKCS#1 keys (#3145
Browse files Browse the repository at this point in the history
)

* New note about the generation of passphrase protected PKCS#1 keys.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Minor text update.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
  • Loading branch information
spericas authored Jun 29, 2021
1 parent 49f0bda commit 94e95c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/mp/oci/01_oci.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ include::{common-deps-page-prefix-inc}[tag=maven-dependency]
== General Configuration
NOTE: If you follow these instructions on how to
https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#two[Generate an API Signing Key],
be advised that Helidon does not currently support passphrase-protected private keys in PKCS#1 format.
If generating a private key using those instructions, use the _no passphrase_ option.
=== Using Helidon MP Properties Configuration
The first option to configure connection to OCI is to directly specify properties in `microprofile-config.properties` file:
Expand Down
5 changes: 5 additions & 0 deletions docs/se/oci/01_oci.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ WARNING: Helidon integration with Oracle Cloud Infrastructure is still experimen
== General Configuration
NOTE: If you follow these instructions on how to
https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#two[Generate an API Signing Key],
be advised that Helidon does not currently support passphrase-protected private keys in PKCS#1 format.
If generating a private key using those instructions, use the _no passphrase_ option.
=== Using Helidon SE Properties Configuration
The first option to configure connection to OCI is to directly specify properties in `application.yaml` file:
Expand Down

0 comments on commit 94e95c2

Please sign in to comment.