Jump to content

SSL options


JDDEV

Recommended Posts

Hi All,

I want to configure SSL Options of my ServerModule to use my app inside a intranet.

I use a self-signed certificate created on openssl with this command line :

openssl req -days 36500 -new -newkey rsa:2048 -nodes -keyout domaine_dev.key -x509 -out domaine_dev.crt -subj "/C=FR/ST=GARD/L=NIMES/O=MYCOMPANY/OU=IT Department/CN=myserver.mydomaine.net"

Rem: "myserver" is the computer name where is my app.

So, i have 2 files "domaine_dev.crt" and "domaine_dev.key".

If a understand, domaine_dev.crt is the RootCertFile

How to do to create CertFile et KeyFile with opeenssl ?

Thanks for all and Best Regards

Link to comment
Share on other sites

  • 5 weeks later...

Thank you for your answer @Sherzod :rolleyes:

I have an other problem with Indy component on Delphi 10.4 : it seems not to be compatible wirh openSSL 1.1.1

So when i execute my app, i don't have anymore error with certificats but an other about library version.

Is there an solution for that ?

I tried to find Windows binary install for openSSL 1.0.2 (Indy 10 compatible), but i don't find it !...

 

Thank you for help ;)

Link to comment
Share on other sites

  • 4 months later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...