Changes between Version 8 and Version 9 of SystemAdministration/Security/TLS


Ignore:
Timestamp:
12/02/15 12:13:58 (8 years ago)
Author:
Sander Maijers
Comment:

ENHANCE: writing.

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Security/TLS

    v8 v9  
    2525For practical reasons, our services use a passphrase-less (unencrypted) private key.
    2626Before private key files are generated (on a secure admin workstation):
    27 1. a root shell must be started, preferable a limited, secure shell such as `dash`,
    28 2. unnecessary processes must be closed (e.g. graphical environment, browser),
    29 3. the `umask` must be set so that no file created is every readable by someone other than the superuser,
    30 4. file permissions must be double checked.
     271. A root shell must be used for it (preferably a limited, secure shell such as `dash`).
     282. Unnecessary processes must be closed (e.g. graphical environment, browser).
     293. The `umask` must be set so that no file created is every readable by someone other than the superuser.
     304. File permissions must be double checked after completing the work.
    3131
    3232The private key should not be stored outside server hosts that critically need it, except for a minimal number of backups on secure admin workstations, always in encrypted form.