Versions Compared

Key

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

...

Create a passphrase file containing your SSL server password specified in the previous step. The up.time Web Server will require the password each time it restarts but a passphrase file will automate the request, so user intervention is not necessary.

Windows:
Open notepad and enter the following line where <your_SSL_server_password> is the password for your generated certificate keys.

...

Save the file as passphrase.cmd.

Linux:
Open vim and enter the following lines; <your_SSL_server_password> is the password for your generated certificate keys.

Code Block
languagebash
#!/bin/bash

...

 
echo "<your_SSL_server_password>"

Save the file as passphrase.cmd.

Make the file executable.

Code Block
languagebash
chmod +x passphrase.cmd


Move the files to the up.time directory

...