Cisco Headend Digital Broadband Delivery System

Pagina di 148
 
 
 
Generating and Deploying SSL Certificates Signed by a CA on a DNCS 
 
4034689 Rev A 
89 
 
3. Import a server certificate for use by openssl and apache.
 
4. Check dependencies and enable apache SSL.
 
5. Exit - Skip this step now and manually deploy SSL 
certificate later. 
 
   Refer to the system User's Guide for instructions.
 
Please enter your choice: [1|2|3|4|5]
 
2  Select choice 4 and press Enter
Type the following command and press Enter: 
ps -ef | grep httpd
 
Example: Output should look similar to the following example: 
root 21610     1   0 14:10:09 ?     0:00 
/usr/apache2/bin/httpd -k start -DSSL
 
dncs 21614 21610   0 14:10:10 ?     0:00 
/usr/apache2/bin/httpd -k start -DSSL
 
dncs 21615 21610   0 14:10:10 ?     0:00 
/usr/apache2/bin/httpd -k start -DSSL
 
nobody 21594 21589   0 14:09:59 ?   0:00 
/usr/apache2/bin/httpd -f /etc/apache2/httpd-dncsws/httpd.conf 
-k start -DSSL
 
root 21589     1   0 14:09:58 ?     0:00 
/usr/apache2/bin/httpd -f /etc/apache2/httpd-dncsws/httpd.conf 
-k start -DSSL
 
root 27663 19973   0 14:28:06 pts/2 0:00 grep httpd
 
nobody 21593 21589   0 14:09:59 ?   0:00 
/usr/apache2/bin/httpd -f /etc/apache2/httpd-dncsws/httpd.conf 
-k start -DSSL
 
4  Type the following command and press Enter: 
lsof -i :443 
 
Example: Output should look similar to the following example, but the Name 
column will vary, based on your specific configuration: 
COMMAND   PID   USER   FD   TYPE        DEVICE SIZE/OFF NODE 
NAME
 
httpd   21589   root  257u  IPv4 0x60019fa8340      0t0  TCP 
ossbss:443 (LISTEN)
 
httpd   21593 nobody  257u  IPv4 0x60019fa8340      0t0  TCP 
ossbss:443 (LISTEN)
 
httpd   21594 nobody  257u  IPv4 0x60019fa8340      0t0  TCP 
ossbss:443 (LISTEN)
 
httpd   21610   root  259u  IPv4 0x60019f6d540      0t0  TCP 
localhost:443 (LISTEN)
 
httpd   21614   dncs  259u  IPv4 0x60019f6d540      0t0  TCP 
localhost:443 (LISTEN)
 
httpd   21615   dncs  259u  IPv4 0x60019f6d540      0t0  TCP 
localhost:443 (LISTEN)