Instead use a string. We check the file for validity and autogen's
check was imposing rules such as normal file (as opposed to a device),
that were not needed.
flag = {
name = load-request;
descrip = "Loads a certificate request file";
- arg-type = file;
- file-exists = yes;
+ arg-type = string;
doc = "";
};
flag = {
name = template;
- arg-type = file;
- file-exists = yes;
+ arg-type = string;
descrip = "Template file to use for non-interactive operation";
doc = "";
};
flag = {
name = provider;
- arg-type = file;
- file-exists = yes;
+ arg-type = string;
descrip = "Specify the PKCS #11 provider library";
doc = "This will override the default options in /etc/gnutls/pkcs11.conf";
};