mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
no crypt cipher needed for key saving
This commit is contained in:
parent
c4e28d529d
commit
e7c4289271
@ -148,7 +148,7 @@ class Auth(object):
|
||||
else:
|
||||
log.info('Generating keys: {0}'.format(self.opts['pki_dir']))
|
||||
gen_keys(self.opts['pki_dir'], 'minion', 4096)
|
||||
key = RSA.load_key(self.rsa_path, None)
|
||||
key = RSA.load_key(self.rsa_path)
|
||||
return key
|
||||
|
||||
def minion_sign_in_payload(self):
|
||||
|
Loading…
Reference in New Issue
Block a user