mirror of https://github.com/breard-r/acmed.git
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							86 lines
						
					
					
						
							1.9 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							86 lines
						
					
					
						
							1.9 KiB
						
					
					
				
								.\" Copyright (c) 2019-2020 Rodolphe Bréard <rodolphe@breard.tf>
							 | 
						|
								.\"
							 | 
						|
								.\" Copying and distribution of this file, with or without modification,
							 | 
						|
								.\" are permitted in any medium without royalty provided the copyright
							 | 
						|
								.\" notice and this notice are preserved.  This file is offered as-is,
							 | 
						|
								.\" without any warranty.
							 | 
						|
								.Dd Dec 21, 2024
							 | 
						|
								.Dt ACMED 8
							 | 
						|
								.Os
							 | 
						|
								.Sh NAME
							 | 
						|
								.Nm acmed
							 | 
						|
								.Nd ACME client daemon
							 | 
						|
								.Sh SYNOPSIS
							 | 
						|
								.Nm
							 | 
						|
								.Op Fl c|--config Ar DIR
							 | 
						|
								.Op Fl f|--foreground
							 | 
						|
								.Op Fl h|--help
							 | 
						|
								.Op Fl -no-pid-file
							 | 
						|
								.Op Fl -pid-file Ar FILE
							 | 
						|
								.Op Fl -root-cert Ar FILE
							 | 
						|
								.Op Fl V|--version
							 | 
						|
								.Sh DESCRIPTION
							 | 
						|
								.Nm
							 | 
						|
								is an Automatic Certificate Management Environment
							 | 
						|
								.Pq ACME
							 | 
						|
								client daemon which can automatically request and renew X.509 security certificates from various Certification Authorities
							 | 
						|
								.Pq CA .
							 | 
						|
								.Pp
							 | 
						|
								The options are as follows:
							 | 
						|
								.Bl -tag
							 | 
						|
								.It Fl c, -config Ar FILE
							 | 
						|
								Specify an alternative configuration directory.
							 | 
						|
								.It Fl f, -foreground
							 | 
						|
								Runs in the foreground.
							 | 
						|
								.It Fl h, -help
							 | 
						|
								Prints help information.
							 | 
						|
								.It Fl -no-pid-file
							 | 
						|
								Do not create any PID file.
							 | 
						|
								.It Fl -pid-file Ar FILE
							 | 
						|
								Specifies the location of the PID file.
							 | 
						|
								.It Fl -root-cert Ar FILE
							 | 
						|
								Add a root certificate to the trust store. This option can be used multiple times.
							 | 
						|
								.It Fl V, -version
							 | 
						|
								Prints version information.
							 | 
						|
								.El
							 | 
						|
								.Sh FILES
							 | 
						|
								.Bl -tag
							 | 
						|
								.It Pa /etc/acmed/conf-enabled
							 | 
						|
								Default
							 | 
						|
								.Nm
							 | 
						|
								configuration directory.
							 | 
						|
								.El
							 | 
						|
								.Sh SEE ALSO
							 | 
						|
								.Xr acmed.toml 5 ,
							 | 
						|
								.Xr tacd 8
							 | 
						|
								.Sh STANDARDS
							 | 
						|
								.Bl -hyphen
							 | 
						|
								.It
							 | 
						|
								.Rs
							 | 
						|
								.%A R. Barnes
							 | 
						|
								.%A J. Hoffman-Andrews
							 | 
						|
								.%A D. McCarney
							 | 
						|
								.%A J. Kasten
							 | 
						|
								.%D March 2019
							 | 
						|
								.%R RFC 8555
							 | 
						|
								.%T Automatic Certificate Management Environment (ACME)
							 | 
						|
								.Re
							 | 
						|
								.It
							 | 
						|
								.Rs
							 | 
						|
								.%A R.B. Shoemaker
							 | 
						|
								.%D February 2020
							 | 
						|
								.%R RFC 8737
							 | 
						|
								.%T Automated Certificate Management Environment (ACME) TLS Application-Layer Protocol Negotiation (ALPN) Challenge Extension
							 | 
						|
								.Re
							 | 
						|
								.It
							 | 
						|
								.Rs
							 | 
						|
								.Rs
							 | 
						|
								.%A R.B. Shoemaker
							 | 
						|
								.%D February 2020
							 | 
						|
								.%R RFC 8738
							 | 
						|
								.%T Automated Certificate Management Environment (ACME) IP Identifier Validation Extension
							 | 
						|
								.Re
							 | 
						|
								.El
							 | 
						|
								.Sh AUTHORS
							 | 
						|
								.An Rodolphe Bréard
							 | 
						|
								.Aq rodolphe@breard.tf
							 |