US Robotics 3CP3453 Betriebsanweisung Seite 122

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 134
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 121
- 118 -
Appendix N
Using Client Side SSL Certificate
Authentication on the WebMux
WebMux can authenticate visiting browsers by installing client side SSL certificates. With client side
SSL certificate authentication, unauthrourized visitor can be dropped or directed to a different page.
1. Create the Certificate Authority using OpenSSL.
a. Generate a private key:
openssl genrsa -out ca.key 1024
b. Generate a certificate request:
openssl req -new -key ca.key -out ca.csr
Fill in all the proper fields.
c. Self-sign the certificate request:
openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out
ca.crt
2. Import the CA root certificate into the Webmux.
a. Click on the SSL Keys button to go to the SSL Management page:
Seitenansicht 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 133 134

Kommentare zu diesen Handbüchern

Keine Kommentare