summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown2016-08-25 16:40:27 +0200
committerMichael Brown2016-08-31 18:11:14 +0200
commiteed12580388950d53e5f3436de484e4e170a2c5f (patch)
treefe3926395653ecbf9afa2a9d95db29acd5900f2d /src/config
parent[crypto] Add certstat() to display basic certificate information (diff)
downloadipxe-eed12580388950d53e5f3436de484e4e170a2c5f.tar.gz
ipxe-eed12580388950d53e5f3436de484e4e170a2c5f.tar.xz
ipxe-eed12580388950d53e5f3436de484e4e170a2c5f.zip
[cmdline] Add certificate management commands
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.c3
-rw-r--r--src/config/general.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index c6683261..faf9aefa 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -275,6 +275,9 @@ REQUIRE_OBJECT ( profstat_cmd );
#ifdef NTP_CMD
REQUIRE_OBJECT ( ntp_cmd );
#endif
+#ifdef CERT_CMD
+REQUIRE_OBJECT ( cert_cmd );
+#endif
/*
* Drag in miscellaneous objects
diff --git a/src/config/general.h b/src/config/general.h
index 4b990489..d2bbeb06 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -150,6 +150,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
//#define IPSTAT_CMD /* IP statistics commands */
//#define PROFSTAT_CMD /* Profiling commands */
//#define NTP_CMD /* NTP commands */
+//#define CERT_CMD /* Certificate management commands */
/*
* ROM-specific options