Country Name (2 letter code) State or Province Name (full name) Locality Name (eg, city) Organization Name (eg, company) Organizational Unit Name (eg, section) Common Name (eg, YOUR name) Email Address A challenge password An optional company name |
echo "[Type your two digits country code]" > /root/xchange/cert_fld echo "[Type the full country name]" >> /root/xchange/cert_fld echo "[Type the locality name]" >> /root/xchange/cert_fld echo "$ORGANIZATION" >> /root/xchange/cert_fld echo "[Type a unit name]" >> /root/xchange/cert_fld echo "mail.$MAILDOMAIN" >> /root/xchange/cert_fld echo "postmaster@$MAILDOMAIN" >> /root/xchange/cert_fld echo "$PASSWORD" >> /root/xchange/cert_fld echo "$ORGANIZATION" >> /root/xchange/cert_fld |