มีวิธีสร้างคำขอใบรับรอง SSL โดยระบุพารามิเตอร์ที่จำเป็นทั้งหมดในคำสั่งเริ่มต้นหรือไม่ ฉันกำลังเขียนแผงควบคุมเว็บเซิร์ฟเวอร์ที่ใช้CLIและฉันต้องการหลีกเลี่ยงการใช้ความคาดหวังเมื่อดำเนินการopenssl
ถ้าเป็นไปได้
นี่เป็นวิธีทั่วไปในการสร้างคำขอใบรับรอง:
$ openssl req -new -newkey rsa:2048 -nodes -sha256 -keyout foobar.com.key -out foobar.com.csr
Generating a 2048 bit RSA private key
.................................................+++
........................................+++
writing new private key to 'foobar.com.key'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:US
State or Province Name (full name) [Some-State]:New Sweden
Locality Name (eg, city) []:Stockholm
Organization Name (eg, company) [Internet Widgits Pty Ltd]:Scandanavian Ventures, Inc.
Organizational Unit Name (eg, section) []:
Common Name (e.g. server FQDN or YOUR name) []:foobar.com
Email Address []:gustav@foobar.com
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:FooBar
ฉันหวังว่าจะเห็นสิ่งนี้: (ตัวอย่างที่ไม่สามารถใช้งานได้)
$ openssl req -new -newkey rsa:2048 -nodes -sha256 -keyout foobar.com.key -out foobar.com.csr \
-Country US \
-State "New Sweden" \
-Locality Stockholm \
-Organization "Scandanavian Ventures, Inc." \
-CommonName foobar.com \
-EmailAddress gustav@foobar.com \
-Company FooBar
หน้าคนดีไม่มีอะไรจะพูดเกี่ยวกับเรื่องนี้และฉันไม่สามารถหาอะไรผ่าน Google การสร้างการร้องขอใบรับรอง SSL ต้องเป็นกระบวนการแบบโต้ตอบหรือมีวิธีการระบุพารามิเตอร์ทั้งหมดในคำสั่งเดียวหรือไม่?
นี้อยู่บน Debian ที่ได้มาจาก Linux distro openssl 1.0.1
ทำงาน
openssl
เอกสารสถานะเหล่านั้นอยู่ที่ไหน ב) คุณ google ค้นหาอะไรเพื่อพบสิ่งนั้น ขอขอบคุณ!
-subj
พารามิเตอร์เป็นเอกสาร (ไม่ได้อยู่ในรายละเอียดมาก) ที่openssl.org/docs/apps/req.html
openssl.cnf
ซึ่งโดยปกติจะเรียกว่า