All Apps and Add-ons

Generate and Sign the Certificate Command for Windows

sdodson134
New Member

When I run the following command in openssl, I get an "error in req" error.

req -new -key myCAPrivateKey.key -out myCACertificate.csr -config D:\Program Files\Splunk\openssl.cnf

Can you tell me what I am doing wrong? This command is on page 64 of the Splunk-6.1.1-Security.pdf document under Generate and sign the certificate.

Tags (1)
0 Karma

sdodson134
New Member

Thanks for answering my question. The quotes for the config path worked.

req -new -key myCAPrivateKey.key -out myCACertificate.csr -config "D:\Program Files\Splunk\openssl.cnf"

0 Karma

lauMarot
Path Finder

try setting and using environment variable $SPLUNK_HOME use use quotes next to your openssl.cnf file path.

check you'r using the right SPLUNK openssl

openssl genrsa -des3 -out myCAPrivateKey.key 1024 -config "C:\Program Files\Splunk\openssl.cnf"

openssl req -new -key myCAPrivateKey.key -out myCACertificate.csr -config "C:\Program Files\Splunk\openssl.cnf"

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...