Changes between Version 16 and Version 17 of InstallDiscoveryBrowse
- Timestamp:
- 10/10/07 17:33:31 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallDiscoveryBrowse
v16 v17 179 179 180 180 === Security Settings === 181 1.Create a Discovery Service certificate and private key to enable it communicate securely with security services. First, generate a new private key:181 Create a Discovery Service certificate and private key to enable it communicate securely with security services. First, generate a new private key: 182 182 {{{ 183 183 cd /etc/ndg/ows_server/conf/certs … … 192 192 {{{ 193 193 openssl req -new -key discovery.key -out discovery.csr 194 }}} /etc/ndg/ows_server/conf/certs194 }}} 195 195 196 196 You will be prompted for the fields that will make up the Distinguished Name of the certificate when it is issued. It is recommended that a Common Name is set to `DiscoveryService`. Organisation can be `NDG` and Organisation Unit, the name of your organisation. Other fields can be left blank.