summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class/oc_adm_ca_server_cert.py
Commit message (Collapse)AuthorAgeFilesLines
* Filter non-strings from the oc_adm_ca_server_cert hostnames parameter.Andrew Butcher2017-05-151-0/+4
| | | | | This allows the omit filter to be used in the hostnames parameter list which simplifies conditionally added hostnames.
* Fixing a compatibility issue with python 2.7 to 3.5 when reading from ↵Kenny Woodson2017-04-101-1/+1
| | | | subprocess.
* Fixed a bug when oc command fails.Kenny Woodson2017-04-061-1/+1
|
* Adding signed router cert and fixing server_cert bug.Kenny Woodson2017-04-041-0/+3
|
* oc_adm_ca_server_cert: add expire_days parameter.Slava Semushin2017-03-291-0/+1
|
* Fixed error handling when oc adm ca create-server-cert fails. Fixed a logic ↵Kenny Woodson2017-03-011-0/+3
| | | | error in secure.
* Moving import to local class.Kenny Woodson2017-02-221-0/+1
|
* Added backup feature. Fixed a bug with reading the certificate and ↵Kenny Woodson2017-02-211-9/+27
| | | | verifying names. Added force option.
* Added copy support when modifying cert and key on existenceKenny Woodson2017-02-211-0/+12
|
* Small spacing fix.Kenny Woodson2017-02-211-0/+2
|
* Updated doc and defined defaults for signer_*Kenny Woodson2017-02-211-4/+3
|
* Removing cmd, fixed docs and comments.Kenny Woodson2017-02-201-9/+8
|
* Rename of oadm_ca to oc_adm_ca. Decided to whittle down to the direct call, ↵Kenny Woodson2017-02-201-0/+104
server_cert.