orientechnologies / orientdb-docker

OrientDB running in a docker container
MIT License
63 stars 63 forks source link

How can I add an SSL certificate to OrientDB Rest API? #58

Open danieloquendo opened 5 years ago

danieloquendo commented 5 years ago

I am using an EC2 instance of Amazon AMI, I am not sure what is the correct way to add an SSL certificate to the orientdb-docker container to use its REST API with HTTPS.

I reviewed this article:

OrientDB SSL

But I do not see what is the correct way to implement it with docker.

someone could give me an idea of how is the SSL configuration in orientdb-docker.

Thank you