mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
dl for the signer cert + fix example + css tweaks
* add a DL button + serve the signer certificate file (the one used to timestamp) * fix the verification instruction (add -untrusted tsa_cert.pem) * few CSS tweaks to improve page layout
This commit is contained in:
parent
bd0a32221c
commit
dd19915c91
5 changed files with 102 additions and 45 deletions
|
@ -47,6 +47,7 @@ typedef struct {
|
|||
CONF *conf;
|
||||
char *cust_conf[20];
|
||||
char *ca_file;
|
||||
char *cert_file;
|
||||
} rfc3161_context;
|
||||
|
||||
// definition of structure to describe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue