Skip to content

Commit

Permalink
Removed ssl key changes as incorporated in other relesase
Browse files Browse the repository at this point in the history
  • Loading branch information
OmkarTelee-A10 authored and hthompson6 committed Apr 16, 2020
1 parent 971fc54 commit af0aff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acos_client/v30/slb/template/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def _set(self, name, cert="", key="", passphrase="", update=False,
else:
obj_params = {
"name": name,
"cert-str": cert,
"key-str": key,
"cert": cert,
"key": key,
self.passphrase: passphrase,
# Unimplemented options:
# "encrypted": encrypted,
Expand Down

0 comments on commit af0aff6

Please sign in to comment.