Enabling SSL in X-Pack and Active Directory

Hi All,

I would like to know how PEM is created using Certgen? Upon checking.. I only have .crt and .key format?

Thanks!

The PEM is just another way to encode the .crt file. You should be able to convert the crt if you have openssl installed

openssl x509 -in cert.crt -text -noout

Hi,

Regarding the certgen.. May i know if i have placed the correct values:

(From your Site)
Please enter the desired output file [/home/es/config/x-pack/certificate-bundle.zip]:
Enter instance name: node01
Enter name for directories and files [node01]:
Enter IP Addresses for instance (comma-separated if more than one) []: 10.10.0.1
Enter DNS names for instance (comma-separated if more than one) []: node01.mydomain.com,node01

(From our end)
Please enter the desired output file [/home/es/config/x-pack/certificate-bundle.zip]:
Enter instance name: Hostname
Enter name for directories and files [Hostname]:
Enter IP Addresses for instance (comma-separated if more than one) []: 11.22.33.44 (Sample IP of hostname only)
Enter DNS names for instance (comma-separated if more than one) []: Hostname.com

Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.