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
Читайте також:
- xen ssh login: 'stdin: is not a tty'
- vsftpd /bin/false check_shell=NO pam hack
- etc snapshots with git
- /usr/bin/ld: cannot find -lstdc++ Debian libreadline5-dev package bug
- Linux Commands For Shared Library Management and Debugging Problem
- Howto install decklink driver of blackmagicdesign on gentoo linux
- Howto install and use usb modem, as example "mts connect", in debian linux
- How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian
- Запуск декількох X сесій
- ssh daemon on Android with dropbear