1CONDOR_SSL_FINGERPRINT(1) HTCondor Manual CONDOR_SSL_FINGERPRINT(1)
2
3
4
6 condor_ssl_fingerprint - HTCondor Manual
7
8 list the fingerprint of X.509 certificates for use with SSL authentica‐
9 tion
10
11
13 condor_ssl_fingerprint [FILE]
14
16 condor_ssl_fingerprint parses provided file for X.509 certificcates and
17 prints prints them to stdout. If no file is provided, then it defaults
18 to printing out the user's known_hosts file (typically, in ~/.con‐
19 dor/known_hosts).
20
21 If a single PEM-formatted X.509 certificate is found, then its finger‐
22 print is printed.
23
24 The X.509 fingerprints can be used to verify the authenticity of an SSL
25 authentication with a remote daemon.
26
28 To print the fingerprint of a host certificate
29
30 $ condor_token_list
31 Header: {"alg":"HS256","kid":"POOL"} Payload: {"exp":1565576872,"iat":1565543872,"iss":"htcondor.cs.wisc.edu","scope":"condor:\/DAEMON","sub":"k8sworker@wisc.edu"} File: /home/bucky/.condor/tokens.d/token1
32 Header: {"alg":"HS256","kid":"POOL"} Payload: {"iat":1572414350,"iss":"htcondor.cs.wisc.edu","scope":"condor:\/WRITE","sub":"bucky@wisc.edu"} File: /home/bucky/.condor/tokens.d/token2
33
35 condor_token_list will exit with a non-zero status value if it fails to
36 read the token directory, tokens are improperly formatted, or if it ex‐
37 periences some other error. Otherwise, it will exit 0.
38
40 condor_token_create(1), condor_token_fetch(1), condor_token_request(1)
41
43 Center for High Throughput Computing, University of Wisconsin-Madison
44
46 Copyright © 1990-2019 Center for High Throughput Computing, Computer
47 Sciences Department, University of Wisconsin-Madison, Madison, WI. All
48 Rights Reserved. Licensed under the Apache License, Version 2.0.
49
51 HTCondor Team
52
54 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
55 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
56 under the Apache License, Version 2.0.
57
58
59
60
61 Oct 02, 2023 CONDOR_SSL_FINGERPRINT(1)