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
Читайте також:
- Apache: No space left on device: Couldn't create accept lock
- Clearing caches from memory
- etc snapshots with git
- xen ssh login: 'stdin: is not a tty'
- /usr/bin/ld: cannot find -lstdc++ Debian libreadline5-dev package bug
- bash history - відображення дати і часу для кожної команди
- RTL SDR on Mac OS X
- Forcing fsck run on next boot
- Google Translate API From The Command Line