lemur/lemur
Rick Breidenstein e86954e8ea Destination Plugin/Lemur_linuxdst (#736)
* Added lemur_linuxdst

* Revert "Added lemur_linuxdst"

This reverts commit 010c19bd1937320189ee5a0660f9e356221121f3.

* added plugin\lemur_linuxdst

Destination plugin for a target linux host

* Update remote_host.py

* Update plugin.py

* Update remote_host.py

* Update plugin.py

* Update plugin.py

* chaning var and funct names

* Write data with local temp

* .

* .

* typo

* tested plugin successfully

* Update plugin.py

* Update remote_host.py

* removed whitespace

* set permissions on exported keys to 600

sftp.chmod(dst_dir_cn + '/' + dst_file, (stat.S_IRUSR))

* Update plugin.py

* Update remote_host.py

* Update plugin.py

* added 'paramiko==2.1.2'

required for lemur_linuxdst plugin

* data stored in clear text at rest

* Update plugin.py

* Update plugin.py

* Update remote_host.py
2017-04-27 09:19:49 -07:00
..
auth adding generic OAuth2 provider (#685) 2017-02-03 10:36:49 -08:00
authorities Fixes bug where authority status was not set correctly. (#739) 2017-03-29 10:10:51 -07:00
certificates Hexify cert serial (#763) 2017-04-27 09:13:04 -07:00
common Source syncing tweaks. (#705) 2017-03-03 14:53:56 -08:00
defaults Minor documentation fixes/tweaks (#597) 2016-12-14 09:29:04 -08:00
deployment Fixing the re-issuance process. Ensuring that certificates that are r… (#686) 2017-02-03 11:21:53 -08:00
destinations Minor documentation fixes/tweaks (#597) 2016-12-14 09:29:04 -08:00
domains Minor documentation fixes/tweaks (#597) 2016-12-14 09:29:04 -08:00
endpoints Modifying the way rotation works. (#629) 2016-12-23 13:18:42 -08:00
logs Minor documentation fixes/tweaks (#597) 2016-12-14 09:29:04 -08:00
migrations Ensures the rotation has a value during migration. (#707) 2017-03-03 15:16:25 -08:00
notifications Add test for when there are no notifications on a certificate (#757) 2017-04-24 09:04:49 -07:00
plugins Destination Plugin/Lemur_linuxdst (#736) 2017-04-27 09:19:49 -07:00
reporting Adding additional reporting and refactoring existing setup. (#620) 2016-12-20 12:48:14 -08:00
roles Minor documentation fixes/tweaks (#597) 2016-12-14 09:29:04 -08:00
sources Source syncing tweaks. (#705) 2017-03-03 14:53:56 -08:00
static/app Issue #703 bugfix (#711) 2017-03-10 09:09:18 -08:00
tests Return correct intermediate certificate on digicert creation. (#762) 2017-04-27 09:14:20 -07:00
users Rotation ui (#633) 2016-12-26 15:55:11 -08:00
__about__.py Version bump. (#751) 2017-04-08 13:23:48 -07:00
__init__.py adding additional status code metrics (#555) 2016-12-02 13:02:59 -08:00
constants.py Pleasing the PEP8 gods 2015-07-21 13:06:13 -07:00
database.py [WIP] - 422 elb rotate (#493) 2016-11-18 11:27:46 -08:00
decorators.py Fixing a few syntax errors 2015-08-03 21:16:55 -07:00
default.conf.py clean out ADMINS references (#495) 2016-11-15 16:43:28 -08:00
exceptions.py installing the digicert CIS plugin (#537) 2016-11-29 10:02:40 -08:00
extensions.py Closes #278 and #199, Starting transition to marshmallow (#299) 2016-05-05 12:52:08 -07:00
factory.py Fixing Bandit findings and adding travis Bandit job (#759) 2017-04-24 18:37:03 -07:00
manage.py Adding additional reporting and refactoring existing setup. (#620) 2016-12-20 12:48:14 -08:00
metrics.py Closes #216 2016-04-01 16:54:33 -07:00
models.py Closes #284 (#336) 2016-06-27 14:40:46 -07:00
pytest.py adding test utils 2015-07-07 15:32:55 -07:00
schemas.py Only validates values if present in options. Fixing authority test to parse plugin information. (#713) 2017-03-06 20:38:04 -08:00
utils.py Minor documentation fixes/tweaks (#597) 2016-12-14 09:29:04 -08:00