मेरे पास अपने क्लाइंट वीपीएन सर्वर के लिए उत्पन्न करने के लिए बहुत सी चाबियां हैं। जब भी मैं इस तरह की चाबियाँ बनाने के लिए आसान-आरएसए का उपयोग करता हूं:
./build-key client1
सवालों की एक श्रृंखला के साथ कुछ आउटपुट है। सभी प्रश्नों के डिफ़ॉल्ट उत्तर हैं जो vars
फ़ाइल में परिभाषित हैं ।
Generating a 1024 bit RSA private key
............................................++++++
.......................++++++
writing new private key to 'client1.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) [US]:
State or Province Name (full name) [CO]:
Locality Name (eg, city) [Denver]:
Organization Name (eg, company) [mycompany]:
Organizational Unit Name (eg, section) []:
Common Name (eg, your name or your server's hostname) [client1]:
Email Address [it@mycompany.com]:
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
Using configuration from /etc/openvpn/easy-rsa/openssl.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName :PRINTABLE:'US'
stateOrProvinceName :PRINTABLE:'CO'
localityName :PRINTABLE:'Denver'
organizationName :PRINTABLE:'mycompany'
commonName :PRINTABLE:'client1'
emailAddress :IA5STRING:'it@mycompany.com'
Certificate is to be certified until Jan 3 20:16:04 2038 GMT (9999 days)
Sign the certificate? [y/n]:y
1 out of 1 certificate requests certified, commit? [y/n]y
Write out database with 1 new entries
Data Base Updated
सभी सभी में, मुझे निम्नलिखित कुंजियों को मैन्युअल रूप से दबाना होगा:
ENTER
ENTER
ENTER
ENTER
ENTER
ENTER
ENTER
ENTER
y
ENTER
y
ENTER
मूल रूप से मैं सभी डिफ़ॉल्ट उत्तरों को स्वीकार कर रहा हूं और अंतिम दो प्रश्नों के लिए 'हां' कह रहा हूं। वहाँ किसी भी कर रहे हैं -force
या -quiet
झंडे या कुछ है कि मैं के साथ उपयोग कर सकते हैं build-key
? यदि नहीं, तो क्या स्क्रिप्टिंग या बैश ट्रिक्स हैं जिनका उपयोग मैं सिर्फ हर बार कर सकता हूं? मैं इसके बारे में किसी भी आदमी पृष्ठों में कुछ भी नहीं मिल सकता है।