Commit Graph

7 Commits (65fe80c7aa449977f243bfd7d37dc1f68f955953)

Author SHA1 Message Date
Cotton 60ecd3c2a3 Changing yaml.load to yaml.safe_load per:
https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
2020-01-19 20:01:02 -08:00
Cotton 3b5bd57b66 Fixed bugs
x Fixed inability to generate from file , changed generateFromFile to LoadNodes
x Removed unnecessary generateCSR input
2020-01-19 19:47:50 -08:00
Cotton 3c8f316fa0 Setting log location to wherever the script is called.
x On a Mac, /var/log/ is owned by root and wheel, with non-writable permissions.
  Temporary workaround until code can be put in to determine
  what OS you are running on, for proper logging location.
2018-06-15 13:37:28 -07:00
Ben Mz 7070e6836a Manage requirements in requirements.txt 2018-06-15 20:37:57 +02:00
Ben Mz 6bd49652e0 minor corrections 2018-06-15 20:35:02 +02:00
Ben Mz 33eedb39a2 Correct TODO's ;) 2018-06-15 20:28:40 +02:00
Cotton b8a6efaf4f Adding setup.py and updated to accept -f flag.
x Adding a setup.py for installing dependencies. I had an issue
  with none of the modules being installed. The message thrown is
  clear, but I'd like to just run a setup.py install.
x Adding -f flag. It allows users to create a .yaml file for multiple
  nodes/sans and will create a csr/key for each.
2017-08-09 22:02:45 -07:00