updated script
This commit is contained in:
parent
69f31c5316
commit
4b9cf3759a
@ -3,8 +3,8 @@
|
|||||||
import argparse
|
import argparse
|
||||||
import gnupg
|
import gnupg
|
||||||
|
|
||||||
KEYID="salt"
|
KEYID = "salt"
|
||||||
GPGHOME="/etc/salt/gpgkeys"
|
GPGHOME = "/etc/salt/gpgkeys"
|
||||||
|
|
||||||
def parse_args():
|
def parse_args():
|
||||||
parser = argparse.ArgumentParser(description='Encrypt password')
|
parser = argparse.ArgumentParser(description='Encrypt password')
|
||||||
|
Loading…
Reference in New Issue
Block a user