Commit Graph
32 Commits
Author SHA1 Message Date
Jonathan Rosenbaum 5b490e18e7 Adds more detail about fine tuning access, and improves apache setup instructions. 2018-01-06 07:36:49 +00:00
Jonathan Rosenbaum 5edc4f97c2 Adds several items:
* BIOS / UEFI
* GRUB2 PASSWORD PROTECT
* SSD or HD ENCRYPTION
2018-01-06 07:10:42 +00:00
Jonathan Rosenbaum 0bcd6e881f More clarity. 2018-01-05 08:37:46 +00:00
Jonathan Rosenbaum 44aa25412b Better security explanation. 2018-01-05 01:11:38 +00:00
Jonathan Rosenbaum 4d65085be5 revert 2018-01-04 10:03:42 +00:00
Jonathan Rosenbaum 2026bddaec More info about secret-tool. 2018-01-04 07:40:32 +00:00
Jonathan Rosenbaum 33cc14cdb0 format 2018-01-04 06:32:48 +00:00
Jonathan Rosenbaum 38d66155c8 Updates self-signed certificates for more recent browsers. 2018-01-04 06:30:55 +00:00
Jonathan Rosenbaum b961002595 format 2018-01-04 01:41:05 +00:00
Jonathan Rosenbaum 9612e4aa6f format 2018-01-04 01:40:13 +00:00
Jonathan Rosenbaum eba20c3da6 Another update 2018-01-04 01:38:57 +00:00
Jonathan Rosenbaum c7adb7867f More changies 2018-01-04 01:21:41 +00:00
Jonathan Rosenbaum 195f7bee3f Another addition: fine-tuning 2018-01-04 00:33:16 +00:00
Jonathan Rosenbaum 39c8bbc946 More layout improvment. 2018-01-04 00:01:52 +00:00
Jonathan Rosenbaum 1d952049b7 Improving the layout a little
* probably should make this a *MD
2018-01-04 00:00:49 +00:00
Jonathan Rosenbaum e67302b991 Documentation updates for secure terminals! 2018-01-03 23:48:27 +00:00
Jonathan Rosenbaum b4f1ca18de Little spelling change. 2017-10-10 03:34:10 +00:00
Jonathan Rosenbaum a3b2188e27 Provides an explanation for all the header include files. 2017-10-10 03:32:52 +00:00
Jonathan Rosenbaum 8057a6733a Added some pertinent advice about self-signed certs. 2015-03-24 07:34:09 +00:00
Jonathan Rosenbaum e95b40911b Need to improve the order. 2015-03-20 05:28:10 +00:00
Jonathan Rosenbaum 60383f9641 More bits of wisdom. 2015-03-20 05:25:15 +00:00
Jonathan Rosenbaum 1444e9f971 Some more bits of wisdom. 2015-03-20 05:08:18 +00:00
Jonathan Rosenbaum aa38572bb9 Minor changes in examples. 2015-03-19 08:18:34 +00:00
Jonathan Rosenbaum 358a507022 Adds some more clarity. 2015-03-19 07:37:45 +00:00
Jonathan Rosenbaum 6754c9a324 Additions to help in examples.
1) updated information on how to ensure that passwords are hidden even wehn KeePass is opened.
2) added docker.txt which goes into details about sysadm of docker.
2015-03-19 07:05:20 +00:00
Jonathan Rosenbaum 67bbf33283 Added some power-manager suggestions. 2015-03-18 21:13:43 +00:00
Jonathan Rosenbaum 0fe1f9e870 No need for an example certificate, text provides better inforomation. 2015-03-18 20:52:27 +00:00
Jonathan Rosenbaum 71ab549a37 Added desktop startup application information. 2015-03-18 20:49:51 +00:00
Jonathan Rosenbaum 595618d789 Explains how to secure the password.
There are other things that can be done within the terminal to prevent tampering, e.g., read-only environment,
but the above protects the password from hacking, eavesdropping, and from regular users
in the shop, basically, only the sysadmin and bookkeeper should have remote access via the password.
So, YBDB, although on the internet will be confined to the terminal(s) you allow it to be on, and
the Point of Sale will be at the proper location .. at the front of the Community Bike Shop where people
walk-in/walk-out.
2015-03-18 15:29:57 +00:00
Jonathan Rosenbaum 277bad2d07 Upstart example with monit stanza. 2015-03-18 13:38:15 +00:00
Jonathan Rosenbaum 6aa95e1ad4 Added an example of a working connector.
- mailman specific
- has been tested to work properly for both subscribe, and unsubscribe
- uses node.js
- two stage security
  1) password is specific to connector for recognization
  2) password used by list not kept local
- ssl used for all communication
- yeah!
2015-02-28 09:54:13 +00:00
Jonathan Rosenbaum e51d5a1c89 Provides an interface to an email connector.
Define a url for an email connector that will connect to an email list.
The url can be a server:port, program, etc.
Name (First, Last) email address, and connector password will be sent to the connector.

The purpose of email connectors is to provide autonomy in the choice
of email services and programs.  E.g. mailman, googlegroups
See ./examples for an example connector
2015-02-28 03:08:26 +00:00