X-Git-Url: https://git.svenne.dk/?p=public%2Fdnssec-swede-utility.git;a=blobdiff_plain;f=swede;fp=swede;h=d2f5d0e2744fd11586276c60c98af4c2562635d5;hp=971eac5fc3531483683b810f3eaca2aafbd8f25d;hb=eb2392d7c7d53e4da383bbba266670e4a0f8e498;hpb=03febec9c5b254f5593055a635f24185c9d67ec2 diff --git a/swede b/swede index 971eac5..d2f5d0e 100755 --- a/swede +++ b/swede @@ -360,7 +360,7 @@ if __name__ == '__main__': parser = argparse.ArgumentParser(description='Create and verify DANE records.', epilog='This tool has a few limitations: it only IPv4 for SSL connections.') subparsers = parser.add_subparsers(title='Functions', help='Available functions, see %(prog)s function -h for function-specific help') - parser_verify = subparsers.add_parser('verify', help='Verify a TLSA record, exit 0 when all TLSA records are matched, exit 2 when a record does not match the received certificate, exit 1 on error.', epilog='Caveat: For TLSA validation, this program chases through the certificate chain offered by the server, not it\'s local certificates.') + parser_verify = subparsers.add_parser('verify', help='Verify a TLSA record, exit 0 when all TLSA records are matched, exit 2 when a record does not match the received certificate, exit 1 on error.', epilog='Caveat: For TLSA validation, this program chases through the certificate chain offered by the server, not its local certificates.') parser_verify.set_defaults(function='verify') parser_create = subparsers.add_parser('create', help='Create a TLSA record') parser_create.set_defaults(function='create')