Commit Graph

50 Commits (master)

Author SHA1 Message Date
Cotton Beckfield 5f577368f3
Merge pull request #17 from cottonbeckfield/dependabot/pip/pyyaml-5.4
Bump pyyaml from 5.1 to 5.4
2022-08-24 16:24:53 -05:00
dependabot[bot] c45c2f424e
Bump pyyaml from 5.1 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 21:54:30 +00:00
Cotton Beckfield fee7bbd880
Merge pull request #16 from cottonbeckfield/revert-15-master
Revert "python3 support". Unfortunately I had messed up the settings that stopped a branch from being fully merged if it failed tests -- and the error was:

 ERROR: No matching distribution found for setuptools==45.2.0 (from -r requirements.txt (line 1))
2021-02-01 00:30:44 -08:00
Cotton Beckfield fd6e008957
Revert "python3 support" 2021-02-01 00:29:09 -08:00
Cotton Beckfield 0d78ed1e03
Merge pull request #15 from diego-maravankin/master
python3 support
2021-02-01 00:27:35 -08:00
Diego Maravankin 7870d95ff2 fixed comments 2020-11-05 08:53:26 -03:00
Diego Maravankin f0b3f13c11 python3 support
SANs IP Address support
2020-11-05 08:48:31 -03:00
Cotton Beckfield fea78e9c83
Merge pull request #13 from cottonbeckfield/pytests
Adding pytests
2020-01-20 03:00:36 -08:00
Cotton 98f7bb3b6e Adding pytests 2020-01-20 02:59:19 -08:00
Cotton Beckfield 65fe80c7aa
specifying file 2020-01-20 02:31:25 -08:00
Cotton Beckfield 63732add94
Update github workflow to remove linter 2020-01-20 02:27:38 -08:00
Cotton Beckfield 53a0b6c788
Update README.md 2020-01-19 20:38:36 -08:00
Cotton Beckfield 9eef54e866
Merge pull request #12 from cottonbeckfield/yaml_fix
Changing yaml.load to yaml.safe_load per:
2020-01-19 20:02:38 -08:00
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 Beckfield 9d86158a73
Merge pull request #10 from cottonbeckfield/dependabot/pip/pyyaml-5.1
Bump pyyaml from 3.12 to 5.1
2020-01-19 19:54:38 -08:00
Cotton Beckfield 8832553fcd
Merge pull request #11 from cottonbeckfield/fix_bugs
Fixed bugs
2020-01-19 19:53:55 -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 Beckfield 0c1fc83c34
Create pythonapp.yml 2019-12-11 15:31:55 -08:00
dependabot[bot] d5688a74b0
Bump pyyaml from 3.12 to 5.1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-03 00:11:53 +00: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
CJ Cotton 5e0091acfc
Merge pull request #7 from x42en/master
Implement TODO's
2018-06-15 12:24:23 -07:00
Ben Mz 0b9852fce2 update TODOs 2018-06-15 20:44:40 +02:00
Ben Mz c0d87bab66 missing parenthesis 2018-06-15 20:41:35 +02:00
Ben Mz 8c37818e60 csrgen.py is now executable 2018-06-15 20:39:57 +02: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 33ad7bbd5c Updating README.md 2017-08-09 22:28:02 -07: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
CJ Cotton 6549656108 Update README.md
Just updating some information and clearing up formatting
2017-03-21 17:56:58 -07:00
CJ Cotton ea01c486be Merge pull request #3 from erantanen/master
python 3.5 (csrgen35.py) addition
2016-06-06 10:30:14 -07:00
Ed Rantanen e7de38af30 changed file name 2016-06-03 19:32:30 -04:00
Ed Rantanen 149f7a1f88 clean-up 2016-06-03 19:23:42 -04:00
Ed Rantanen 519f9d0b56 updated sha to 256 2016-06-03 19:14:01 -04:00
Ed Rantanen 93ef3e2e49 revert to 2.7 format
removed unused imports
2016-06-03 19:11:40 -04:00
Ed Rantanen 63bc0738b4 mod to file name to 3.5 2016-06-03 17:43:39 -04:00
Ed Rantanen a1e823cc0e mod'd crypto out,
clean'd up extra chars
2016-06-03 17:25:05 -04:00
Ed Rantanen 4ac7e43718 updated for python 3.* 2016-05-01 19:48:24 -04:00
Ed Rantanen 2d9b819e74 update for python 3.5 2016-05-01 07:41:17 -04:00
Ed Rantanen 7ccf3660ed init update for python 3.5 2016-05-01 07:37:42 -04:00
Courtney C 8586f3198d Added validation 2015-07-13 14:50:45 -07:00
Courtney C 9d19813f6d Updating README 2015-07-13 10:10:04 -07:00
Courtney C 21017b8cda Updated prompt to mirror open-ssl 2015-07-13 09:30:29 -07:00
Courtney Cotton b70aeee9e2 Update README.md 2015-06-14 18:00:14 -07:00
Courtney Cotton c87faf6ec0 Update README.md 2015-06-14 17:59:24 -07:00
Courtney Cotton 6a40ce7236 Update README.md 2015-06-14 17:59:10 -07:00
Courtney Cotton 1905b8206d Update README.md 2015-06-14 17:58:38 -07:00
Courtney Cotton 58a575cbe3 Added user input prompt for CSR Values 2015-02-15 12:21:14 -08:00
Courtney Cotton 2b438386d8 Initial Commit 2015-01-20 10:26:25 -08:00
Courtney Cotton dd5cb727bd Initial commit 2015-01-20 10:25:58 -08:00