joshb
ATApache TinkerPop
•Created by joshb on 8/29/2024 in #questions
Is it possible to configure SSL with PEM certificate types?
Hi all, I'm new to this group and currently working getting an implementation of Gremlin (Aerospike Graph) to listen over SSL.
The certificates we get from our provider's API are only served in PEM format. It appears, according to the documentation that the
keyStoreType
and trustStoreType
either JKS or PKCS12 format: https://tinkerpop.apache.org/javadocs/current/full/org/apache/tinkerpop/gremlin/server/Settings.SslSettings.html
Is this true? Is there any way for us to configure SSL with PEM format certificates?
The error message when I attempt to set keyStoreType
or trustStoreType
to PEM makes it appear as though it's defaulting to PKCS12.6 replies