Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd <openssl_dir>/bin 
openssl genrsa -des3 -out uptime_ssl_server.key 1024 
openssl req -new -key uptime_ssl_server.key -out uptime_ssl_server.csr 
openssl x509 -req -days 365 -in uptime_ssl_server.csr -signkey    
	uptime_ssl_server.key -out uptime_ssl_server.crt

...

For the changes to take effect, restart the up.time Data Collector and up.time Web Server on Windows or uptime_core and uptime_httpd on Linux. 

Starting (or restarting) and Stopping up.timeUptime Infrastructure Monitor