Skip to content

Commit

Permalink
Merge pull request #269 from a10networks/v414_ssl
Browse files Browse the repository at this point in the history
Add support for ssl templates for ACOS v4.1.4
  • Loading branch information
hthompson6 authored Mar 7, 2020
2 parents 871b04c + 608dddd commit 3776e0d
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": cert,
"key": key,
"cert-str": cert,
"key-str": key,
self.passphrase: passphrase,
# Unimplemented options:
# "encrypted": encrypted,
Expand Down

0 comments on commit 3776e0d

Please sign in to comment.