diff options
author | Thomas <> | 2021-03-24 12:16:25 +0100 |
---|---|---|
committer | Thomas <> | 2021-03-24 12:16:25 +0100 |
commit | 835a395f3ecb7477b5b67e9da9bf3af58c86473a (patch) | |
tree | 916fa7705879063f6b83517d80197c37dc53caf8 /moaSig/handbook/conf/moa-spss/svaconfig.example | |
parent | a972fba0402eca3c5fcfcd1eef1979808fd716a1 (diff) | |
parent | 666d8c9f8cec7573e60a14ab039c0874f6a9ec53 (diff) | |
download | moa-sig-835a395f3ecb7477b5b67e9da9bf3af58c86473a.tar.gz moa-sig-835a395f3ecb7477b5b67e9da9bf3af58c86473a.tar.bz2 moa-sig-835a395f3ecb7477b5b67e9da9bf3af58c86473a.zip |
Merge branch 'master' of gitlab.iaik.tugraz.at:egiz/moa-sig
# Conflicts:
# moaSig/moa-sig-lib/src/main/java/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java
# moaSig/moa-sig-lib/src/main/java/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.java
Diffstat (limited to 'moaSig/handbook/conf/moa-spss/svaconfig.example')
-rw-r--r-- | moaSig/handbook/conf/moa-spss/svaconfig.example | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/moaSig/handbook/conf/moa-spss/svaconfig.example b/moaSig/handbook/conf/moa-spss/svaconfig.example deleted file mode 100644 index cdb972f..0000000 --- a/moaSig/handbook/conf/moa-spss/svaconfig.example +++ /dev/null @@ -1,74 +0,0 @@ -#Fri Jul 27 14:18:37 CEST 2012 -# -# Format [key]=[value] -# -# Note that if an '=' is used in a key or value it has to be escaped: "\=" - -##################### WebConfig ####################### - -#The path to the sva configuration file -#svaconfig=/data/sigval/incoming/svaconfig - -#The directories where to store the collected testdata -#testdir=/data/sigval/incoming/test/ - -#The basepath for signature validation -#basepath= - -###################################################### - -#The path prefix for all file system locations -#pathprefix=/home/afitzek/server/moa-spss/apache-tomcat-8.0.0-RC3/conf/moa-spss/sva/ - -#The file where the xmldsig core schema is located -#xmlschemaloc=example/schema/xmldsig-core-schema.xsd - -#The root folder where truststore and certstore are created later on -#certroot=example/certs - -#The folder containing the trustanchors -#trustanchorloc=example/keys_and_certs - -#The folder containing the timestampauthority trustanchors -#tsttrustanchorloc=example/keys_and_certs - -#The folder containing alternative revocation information (comment out to use -#infos contained in the certificate) -#altdp= - -#The maximum age of a revocation information of a end user certificate in hours -#endusercertgrace=4382 - -#The maximum age of a revocation information for a ca certificate in hours -#cacertgrace=4382 - -#tstcoherencetolerance=10 - -#The maximum time difference (in hours) the signing-time property and a -#time stamp -#timestampdelay=24 - -# Defines the forbidden hashing algorithms and the inception date -# Format: {<algorithm name>, <inception date>};{<algname 2>, <inc date 2>}... -#hashconstraint={md5, 2000-08-08};{sha1, 2016-08-08} - -# Defines the forbidden hashing algorithms for CA Certificates and the inception date -# Format: {<algorithm name>, <inception date>};{<algname 2>, <inc date 2>}... -#cahashconstraint={md5,2000-08-08};{sha1, 2012-08-05} - -# Defines the minimum required key lengths -# Format: {<algorithm name>, <min len>,<inception date>};{...}... -#keylenconstraint={rsa, 1024, 2000-08-08} - -# Defines the minimum required key lengths for CA Certificates -# Format: {<algorithm name>, <min len>,<inception date>};{...}.. -#cakeylenconstraint={rsa,512,2000-08-08} - -# Defines the minimum required key lengths for timestamps -# Format: {<algorithm name>, <min len>,<inception date>};{...}... -#tstkeylenconstraint={rsa, 1024, 2000-08-08} - -# Allows any key usage if set to true, otherwise only dig. signature -allowanykeyusage=true - -chainingmodel=SHELL |