Remove get_all_certs_keys() from interfaces.py (#3753)

- Remove method 'get_all_certs_keys()' from interfaces.py
- Also remove 'get_all_certs_keys()' from plugins/null.py and
  corresponding unit test
This commit is contained in:
Nick Fong
2016-11-07 11:36:58 -08:00
committed by Brad Warren
parent f0ebd13ec2
commit 549f0eccf9
3 changed files with 0 additions and 17 deletions
-13
View File
@@ -300,19 +300,6 @@ class IInstaller(IPlugin):
"""
def get_all_certs_keys():
"""Retrieve all certs and keys set in configuration.
:returns: tuples with form `[(cert, key, path)]`, where:
- `cert` - str path to certificate file
- `key` - str path to associated key file
- `path` - file path to configuration file
:rtype: list
"""
def save(title=None, temporary=False):
"""Saves all changes to the configuration files.