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
Читайте також:
- etc snapshots with git
- RTL SDR on Mac OS X
- Howto install and use usb modem, as example "mts connect", in debian linux
- Пошук великих файлів, find, ls, du
- Linux Commands For Shared Library Management and Debugging Problem
- /usr/bin/ld: cannot find -lstdc++ Debian libreadline5-dev package bug
- How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian
- Веб-камера Ricoh VGP-VCC5 в linux
- ssh daemon on Android with dropbear