mvwt/config.h

5 lines
266 B
C

/* s6-networking's TLS programs need either CADIR or CAFILE to be set
* to function; mvwt.c sets the envvar $CADIR to CADIR_DIR.
* you might have to change this location depending on your system. */
#define CADIR_DIR "/etc/ssl/certs"
#define CACHE_DIR "/tmp/mvwt"