jis
June 6, 2022, 10:48am
1
Hi,
I have installed the compatable version of SG after that i downloaded offline TLS tool
I have added below commands in sgtls tool configuration file:
ca:
root:
dn: CN=root.ca.LDPA details(added here)OU=CA,O=Example Com\, Inc.,DC=example,DC=com
keysize: 2048
pkPassword: root-ca-password
validityDays: 3650
file: root-ca.pem
and tried below command:
/tools/sgtlstool.sh -c …/config/tlsconfig.yml -ca
but no files got generated (configured Root and intermediate CAs ).
What should i do?
pablo
June 8, 2022, 11:21am
2
@jis I’ve responded in your other thread.
@jis Please try the below config instead. Please bear in mind that in yml files, correct indentation is crucial. All options under the root: and intermediate are at the same indent level.
Also, you’ve duplicated ca: in your config.
ca:
root:
dn: CN=root.ca.Lxxxxxxx.uxxx.xxxx.x,OU=SSL,O=Test,DC=com
keysize: 2048
validityDays: 3650
pkPassword: xxx-xx-password
file: root-ca.pem
intermediate:
dn: CN=node1.Lxxxxxxx.uxxx.xxxx.x,OU=SSL,O=Test,DC=com
…
system
Closed
June 29, 2022, 11:21am
3
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.