diff options
author | Tobias Heider <tobhe@cvs.openbsd.org> | 2021-11-21 22:44:09 +0000 |
---|---|---|
committer | Tobias Heider <tobhe@cvs.openbsd.org> | 2021-11-21 22:44:09 +0000 |
commit | 26021626be9b16b9c843214f9a83343276f24216 (patch) | |
tree | 031523991acc4f6b5d14e5564551bf97e3dd18d0 /usr.sbin/ikectl/parser.h | |
parent | d409305d0caaffe079b49d8339bfddcf0721f9c9 (diff) |
Add 'ikectl show certinfo' to show trusted CAs and certificates.
This helps debug authentication issues with x509 certificates.
ok markus@
Diffstat (limited to 'usr.sbin/ikectl/parser.h')
-rw-r--r-- | usr.sbin/ikectl/parser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ikectl/parser.h b/usr.sbin/ikectl/parser.h index e69096ab2cd..cd20e793fef 100644 --- a/usr.sbin/ikectl/parser.h +++ b/usr.sbin/ikectl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.16 2020/03/22 15:59:05 tobhe Exp $ */ +/* $OpenBSD: parser.h,v 1.17 2021/11/21 22:44:08 tobhe Exp $ */ /* * Copyright (c) 2007-2013 Reyk Floeter <reyk@openbsd.org> @@ -56,7 +56,8 @@ enum actions { SHOW_CA, SHOW_CA_CERTIFICATES, SHOW_SA, - RESET_ID + RESET_ID, + SHOW_CERTSTORE }; struct parse_result { |