X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=certmaster%2Frequester.py;h=9a0e94f357a4ddd9da6ae6708f36b2e37fa1bff6;hp=04f1f8aca1caac24d7c3e43a4a4823b5000ab9fa;hb=1b1b6f5733d65cbb73f48ac9b4419aba3dc00eee;hpb=1e64c312e159e604eb45a06036b5e2c9a0a149df diff --git a/certmaster/requester.py b/certmaster/requester.py index 04f1f8a..9a0e94f 100644 --- a/certmaster/requester.py +++ b/certmaster/requester.py @@ -15,8 +15,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. import utils -def request_cert(hostname=None): - # this should be enough, but do we want to allow parameters - # for overriding the server and port from the config file? - # maybe not. -- mpd - utils.create_minion_keys(hostname) +def request_cert(hostname=None, ca=''): + # this should be enough, but do we want to allow parameters + # for overriding the server and port from the config file? + # maybe not. -- mpd + utils.create_minion_keys(hostname,ca)