summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-keyup
AgeCommit message (Collapse)Author
2018-06-08Permissions.Marcello Stanisci
Tolerate failing chmod on the "shared-data" directory. This is safe as if party X fails in doing so, then party Y did already set permissions as wanted.
2018-06-08Missing 'fi' at bash script.Marcello Stanisci
2018-06-08Auditor denom signing.Marcello Stanisci
Only attempt to sign denom keys _if_ any of those got generated; recall: denom keys only get generated when there is some gap between the validity of the youngest key and the "lookahead_sign" configuration timestamp.
2018-06-08abs path needed.Marcello Stanisci
2018-06-08Commenting deployment scripts.Marcello Stanisci
2017-07-18passing (MANDATORY) -c option to taler-auditor-signMarcello Stanisci
2017-06-06polishing auditor signing script + fix auditor urlMarcello Stanisci
2017-05-23fix minor things on keys generating scriptMarcello Stanisci
2017-05-2312 chars max for currency name and generating auditor blobsMarcello Stanisci
for per-user envs.
2017-05-18random filename for auditor signatureMarcello Stanisci
2017-05-17still on auditor base urlMarcello Stanisci
2017-05-17fix auditor base url is fetchedMarcello Stanisci
2017-05-17fix bash's end of 'if' statementMarcello Stanisci
2017-05-17no spaces around = in bashMarcello Stanisci
2017-05-17deploying auditor-related dataMarcello Stanisci
2017-03-09syntaxFlorian Dold
2017-03-09syntaxFlorian Dold
2017-03-09no auditor on per user envs for nowFlorian Dold
2017-02-14Add auditor signing exchange's key material.Marcello Stanisci
2016-12-23Still on prepending ~ to pathMarcello Stanisci
2016-12-23Prepending ~/ to master priv pathMarcello Stanisci
2016-12-23Removing ~/local/bin from exchange tools callsMarcello Stanisci
2016-11-19add keyupFlorian Dold