Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
801 views
in Technique[技术] by (71.8m points)

openssl - Can we generate multiple certificate for PKI based authentication using CSR - Elasticsearch

We are going to use ES cluster with PKI based authentication. Our POC setup will be 3 Master Node and 5 data Node.

Our organization will not allow the self signed certificates. So we have to generate the CSR.

So followed the below Steps. is that correct approach? how we can accomplish multiple PKI certificate via the CSR. Don't have load balancer and the DNS register with the hostname not with the CN name.

  1. Generated the CSR by passing the instance.yml(values as below)
instances:
  - name: "CN=abc.global.com,O=abc,OU=global,L=global,ST=global,C=abc"
    ip: ['x.x.x.x','x.x.x.x','x.x.x.x','x.x.x.x','x.x.x.x']
    dns: ['node1.global.com','node2.global.com'...]
    filename: "abc.csr"
  1. Requested Digital sign

  2. Once received cert - Configure the ssl CA(combination of root and intermediate cert) and SSL cert as ssl cert and ssl key as private key of CSR

xpack.security.http.ssl.key: node.key
xpack.security.http.ssl.certificate: node.crt
xpack.security.http.ssl.certificate_authorities: ca.crt
  1. Create a Realm as match CN=abc
question from:https://stackoverflow.com/questions/65944522/can-we-generate-multiple-certificate-for-pki-based-authentication-using-csr-el

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...