1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.sbin/acme-client
florian f2270df8ab Always print account URI on first creation of an account key.
This was hidden behind -v but it seems useful to always have this when
creating a new account.

As sthen points out in his previous commit:
This is useful if you want to set a CAA DNS record restricting
issuance to a specific user account.

OK deraadt
2024-10-10 09:39:35 +00:00
..
acctproc.c acme-client: drop ecdsa.h, fix spacing and a typo in error message 2023-08-29 14:44:53 +00:00
acme-client.1 since apparently, the "example" conf is not free-form (adding comments 2023-05-16 09:02:50 +00:00
acme-client.conf.5 document how to specify multiple alternative names; 2021-01-11 07:23:42 +00:00
base64.c Make returns consistent and remove parentheses per style(9). 2017-01-24 13:32:55 +00:00
certproc.c Relax parsing of pem files a bit. Apparently there are CAs that use 2020-09-14 15:58:50 +00:00
chngproc.c Check that the challenge token which is turned into a filename is 2022-05-05 19:51:35 +00:00
dbg.c
dnsproc.c Let dnsproc pass multiple addresses to netproc 2021-12-13 13:30:39 +00:00
extern.h remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
fileproc.c Change the error reporting pattern throughout the tree when unveil 2021-07-12 15:09:18 +00:00
http.c The argument to ctype functions must be EOF or representable as an 2022-12-14 18:32:26 +00:00
http.h Implement RFC 8555 "Automatic Certificate Management Environment 2019-06-07 08:07:52 +00:00
jsmn.c
jsmn.h
json.c We need to be able to provide contact information to use the 2020-09-14 16:00:17 +00:00
key.c Align RSA and EC key generation with each other 2024-05-09 06:08:11 +00:00
key.h use acme-client to sign certificated with ecdsa keys 2019-06-12 11:09:25 +00:00
keyproc.c Make a few error messages match the actually failing function. 2022-08-28 18:30:29 +00:00
main.c Kill the SIGPIPE signal handler which is installed around write opertations. 2024-06-19 13:13:25 +00:00
Makefile use acme-client to sign certificated with ecdsa keys 2019-06-12 11:09:25 +00:00
netproc.c Always print account URI on first creation of an account key. 2024-10-10 09:39:35 +00:00
parse.h We need to be able to provide contact information to use the 2020-09-14 16:00:17 +00:00
parse.y The argument to ctype functions must be EOF or representable as an 2022-12-15 08:06:13 +00:00
revokeproc.c acme-client: encode unexpected SANs before printing 2022-12-18 12:04:55 +00:00
util.c Kill the SIGPIPE signal handler which is installed around write opertations. 2024-06-19 13:13:25 +00:00