[Previously submitted large diff now being sent in three more-readily
digestible pieces...]
The error message looks to have been copied/pasted from the earlier
DOMAIN CHAIN CERT STRING case, but not edited.
Ross
Index: parse.y
===================================================================
RCS file: /cvs/src/usr.sbin/acme-client/parse.y,v
retrieving revision 1.26
diff -u -p -r1.26 parse.y
--- parse.y 29 Jul 2018 12:46:31 -0000 1.26
+++ parse.y 3 Aug 2018 12:03:00 -0000
@@ -311,7 +311,7 @@ domainoptsl : ALTERNATIVE NAMES '{' altn
| DOMAIN FULL CHAIN CERT STRING {
char *s;
if (domain->fullchain != NULL) {
- yyerror("duplicate chain");
+ yyerror("duplicate full chain");
YYERROR;
}
if ((s = strdup($5)) == NULL)