How To quick generate openssl certificate signing request
If anyone need to install a GoDaddy multi-domain certificate. I did the following when I created the CSR. It seems to be working on our system.
openssl req -new -key domain.key \
-subj "/C=$YOURCOUNTRY/ST=$YOURSTATE/L=$YOURCITY/O=$YOURORG/OU=$YOURUNIT/CN=$DOMAIN1/CN=$DOMAIN2/CN=$DOMAIN3" \
-out domain.csr
Читайте також:
- Веб-камера Ricoh VGP-VCC5 в linux
- Synaptics Touchpad в Linux
- 25 серпня - день народження Linux
- Howto install Postfix and SASL (Debian, Ubuntu)
- Howto install decklink driver of blackmagicdesign on gentoo linux
- Upgrade postgresql-8.3 to postgresql-9.0
- Clearing caches from memory
- How To capture video from tv-tuner card via mencoder
- Nginx: Too Many Open Files Error
- Запуск декількох X сесій
