Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
axa_server_cert(8)	    System Manager's Manual	    axa_server_cert(8)

NAME
       axa_server_cert -- Retrieve AXA Server Certificate Fingerprint

SYNOPSIS
       axa_server_cert [-x] [-S	certsdir] [-o cert_file] -s server,port

DESCRIPTION
       Axa_server_cert retrieves the AXA server	certificate fingerprint.

   OPTIONS
       -f   forces overwrite of	existing certificate.

       -x   enables debugging output.

       -S certsdir
	    sets  the  target  AXA  SSL	 certificate to	certsdir.  By default,
	    axa_server_cert looks for a	writable $AXACONF/certs, ~/.axa/certs,
	    or /usr/local/etc/axa/certs.  It tries to create  a	 directory  in
	    the	same order if that search fails.

       -o cert_file
	    specifies  the  file  in which to put the server certificate.  The
	    default is subj.pem	where subj is the subject common name (CN)  of
	    the	certificate.

       -s server,port
	    specifies the AXA server host name or IP address and the port num-
	    ber	from which to get an AXA TLS server certificate.

ENVIRONMENT VARIABLES
       If  set,	 AXACONF specifies the AXA configuration directory instead of,
       ~/.axa or /usr/local/etc/axa.

SEE ALSO
       axa_link_certs(8),    axa_make_cert(8),	   radtool(1),	   sratool(1),
       radtunnel(1), and sratunnel(1).

				April 12, 2025		    axa_server_cert(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=axa_server_cert&sektion=8&manpath=FreeBSD+Ports+14.3.quarterly>

home | help