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
-/* $Id: netproc.c,v 1.36 2024/10/07 23:47:00 sthen Exp $ */
+/* $Id: netproc.c,v 1.37 2024/10/10 09:39:35 florian Exp $ */
/*
* Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
*
#include <ctype.h>
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
if (c->kid != NULL) {
if (stravis(&accturi, c->kid, VIS_SAFE) != -1)
- dodbg("account key: %s", accturi);
+ printf("account key: %s\n", accturi);
free(accturi);
}