Certutil cert generation

Hi There,

I have three node cluster solution , am truing to create csr with instances.yml ( these have all my node , dns name, ip address etc ...) My question is if we creating csr with cerutil tool, will it create three different csr files for three nodes or one single file of csr for all the three nodes.

Thanks,
Raj

Hi @Raj_Kumar,

It will create a csr for each instance in the yml file.
Citing the certutil docs:

To generate CSRs for multiple instances, specify the --multiple parameter, which prompts you for details about each instance. Alternatively, you can use the --in parameter to specify a YAML file that contains details about the instances.

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