diff options
Diffstat (limited to 'spss.server/doc/moa_spss/examples/conf')
-rw-r--r-- | spss.server/doc/moa_spss/examples/conf/MOA-SPSSConfiguration.xml | 67 | ||||
-rw-r--r-- | spss.server/doc/moa_spss/examples/conf/MinimalSPConfig.xml | 4 | ||||
-rw-r--r-- | spss.server/doc/moa_spss/examples/conf/MinimalSSConfig.xml | 17 | ||||
-rw-r--r-- | spss.server/doc/moa_spss/examples/conf/keys/ecc(ego).p12 | bin | 1234 -> 0 bytes | |||
-rw-r--r-- | spss.server/doc/moa_spss/examples/conf/keys/test-ee2003_normal(buergerkarte).p12 | bin | 3077 -> 0 bytes | |||
-rw-r--r-- | spss.server/doc/moa_spss/examples/conf/trustProfiles/trustProfile1/IAIKRoot.cer | bin | 883 -> 0 bytes |
6 files changed, 0 insertions, 88 deletions
diff --git a/spss.server/doc/moa_spss/examples/conf/MOA-SPSSConfiguration.xml b/spss.server/doc/moa_spss/examples/conf/MOA-SPSSConfiguration.xml deleted file mode 100644 index 61f15c5cc..000000000 --- a/spss.server/doc/moa_spss/examples/conf/MOA-SPSSConfiguration.xml +++ /dev/null @@ -1,67 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<MOAConfiguration xmlns="http://reference.e-government.gv.at/namespace/moaconfig/20021122#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"> - <!--werde unten angeführte Elemente nicht explizit verwendet, werden die angeführten Werte als Default-Wert verwendet--> - <CanonicalizationAlgorithm name="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/> - <DigestMethodAlgorithm name="http://www.w3.org/2000/09/xmldsig#sha1"/> - <GenericConfiguration name="autoAddCertificates" value="true"/> - <GenericConfiguration name="useAuthorityInfoAccess" value="true"/> - <GenericConfiguration name="checkRevocation" value="false"/> - <GenericConfiguration name="maxRevocationAge" value="0"/> - <GenericConfiguration name="archiveRevocationInfo" value="false"/> - <!--wenn DataBaseArchiveParameter.JDBCUrl nicht gesetzt ist dann ist archiveRevocationInfo immer "false"--> - <GenericConfiguration name="DataBaseArchiveParameter.JDBCUrl" value="jdbc:postgresql://host/moa?user=moa&password=moatest"/> - <GenericConfiguration name="DirectoryCertStoreParameters.RootDir" value="certstore"/> - <!-- <HardwareKeyModule id="HWKeyModule1" name="cryptoki.dll" slotID="0" userPIN="PIN"/> --> - <SoftwareKeyModule id="SWKeyModule1" filename="keys/test-ee2003_normal(buergerkarte).p12" password="buergerkarte"/> - <SoftwareKeyModule id="SWKeyModule2" filename="keys/ecc(ego).p12" password="ego"/> - <KeyGroup id="PKCS12RSAKey1"> - <Key> - <KeyModuleID>SWKeyModule1</KeyModuleID> - <KeyCertIssuerSerial> - <dsig:X509IssuerName>CN=IAIK Test CA,OU=IAIK Test CA,OU=Insitute for Applied Information Processing and Communications,O=GRAZ UNIVERSITY OF TECHNOLOGY,C=AT</dsig:X509IssuerName> - <dsig:X509SerialNumber>1044289238331</dsig:X509SerialNumber> - </KeyCertIssuerSerial> - </Key> - </KeyGroup> - <KeyGroup id="PKCS12ECDSAKey1"> - <Key> - <KeyModuleID>SWKeyModule2</KeyModuleID> - <KeyCertIssuerSerial> - <dsig:X509IssuerName>CN=IAIK Test CA,OU=IAIK Test CA,OU=Insitute for Applied Information Processing and Communications,O=GRAZ UNIVERSITY OF TECHNOLOGY,C=AT</dsig:X509IssuerName> - <dsig:X509SerialNumber>99991044289238331</dsig:X509SerialNumber> - </KeyCertIssuerSerial> - </Key> - </KeyGroup> - <KeyGroupMapping> - <KeyGroup id="PKCS12RSAKey1"/> - <KeyGroup id="PKCS12ECDSAKey1"/> - </KeyGroupMapping> - <KeyGroupMapping> - <X509IssuerSerial> - <dsig:X509IssuerName>CN=patrick peck,OU=MOA,O=BRZ,L=Vienna,S=Vienna,C=AT</dsig:X509IssuerName> - <dsig:X509SerialNumber>1039104204</dsig:X509SerialNumber> - </X509IssuerSerial> - <KeyGroup id="PKCS12RSAKey1"/> - </KeyGroupMapping> - <ChainingModes systemDefaultMode="pkix"> - <TrustAnchor mode="chaining"> - <dsig:X509IssuerName>CN=A-Trust-nQual-0,OU=A-Trust-nQual-0,O=A-Trust,C=AT</dsig:X509IssuerName> - <dsig:X509SerialNumber>536</dsig:X509SerialNumber> - </TrustAnchor> - </ChainingModes> - <CRLArchive duration="365"/> - <CRLDistributionPoint> - <CAIssuerDN>CN=IAIK Test CA,OU=IAIK Test CA,OU=Insitute for Applied Information Processing and Communications,O=GRAZ UNIVERSITY OF TECHNOLOGY,C=AT</CAIssuerDN> - <DistributionPoint uri="http://www.iaik.at/testCA/iaik_test_sig.crl"/> - </CRLDistributionPoint> - <CRLDistributionPoint> - <CAIssuerDN>CN=IAIK Test CA,OU=IAIK Test CA,OU=Insitute for Applied Information Processing and Communications,O=GRAZ UNIVERSITY OF TECHNOLOGY,C=AT</CAIssuerDN> - <DistributionPoint reasonCodes="keyCompromise affiliationChanged" uri="http://www.iaik.at/testCA/iaik_test_sig.crl"/> - <DistributionPoint reasonCodes="certificateHold" uri="http://www.iaik.at/testCA/iaik_test_sig.crl"/> - </CRLDistributionPoint> - <!-- <CreateTransformsInfoProfile id="CreateTransformsInfoProfile1" filename="createTransformInfoProfiles/einGueltigesProfil.xml"/> --> - <!-- <CreateSignatureEnvironmentProfile id="CreateSignatureEnvironmentProfile1" filename="createSignatureEnvironmentProfiles/einGueltigesProfil.xml"/> --> - <!-- <VerifyTransformsInfoProfile id="TransformsInfoProfile1" filename="verifyTransformsInfoProfiles/einGueltigesProfil.xml"/> --> - <!-- <SupplementProfile id="SupplementProfile1" filename="supplementProfiles/einGueltigesProfil.xml"/> --> - <TrustProfile id="TrustProfile1" uri="trustProfiles/trustProfile1"/> -</MOAConfiguration> diff --git a/spss.server/doc/moa_spss/examples/conf/MinimalSPConfig.xml b/spss.server/doc/moa_spss/examples/conf/MinimalSPConfig.xml deleted file mode 100644 index d52391843..000000000 --- a/spss.server/doc/moa_spss/examples/conf/MinimalSPConfig.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<MOAConfiguration xmlns="http://reference.e-government.gv.at/namespace/moaconfig/20021122#"> - <TrustProfile id="TrustProfile1" uri="file:/SERVERDIR/resources/TrustProfile1"/> -</MOAConfiguration> diff --git a/spss.server/doc/moa_spss/examples/conf/MinimalSSConfig.xml b/spss.server/doc/moa_spss/examples/conf/MinimalSSConfig.xml deleted file mode 100644 index a55f5eabc..000000000 --- a/spss.server/doc/moa_spss/examples/conf/MinimalSSConfig.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<MOAConfiguration xmlns="http://reference.e-government.gv.at/namespace/moaconfig/20021122#" - xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"> - <SoftwareKeyModule id="SWKeyModule1" filename="test-ee2003_normal.p12" password="buergerkarte"/> - <KeyGroup id="PKCS12RSAKey1"> - <Key> - <KeyModuleID>SWKeyModule1</KeyModuleID> - <KeyCertIssuerSerial> - <dsig:X509IssuerName>CN=IAIK Test CA,OU=IAIK Test CA,OU=Insitute for Applied Information Processing and Communications,O=GRAZ UNIVERSITY OF TECHNOLOGY,C=AT</dsig:X509IssuerName> - <dsig:X509SerialNumber>1044289238331</dsig:X509SerialNumber> - </KeyCertIssuerSerial> - </Key> - </KeyGroup> - <KeyGroupMapping> - <KeyGroup id="PKCS12RSAKey1"/> - </KeyGroupMapping> -</MOAConfiguration> diff --git a/spss.server/doc/moa_spss/examples/conf/keys/ecc(ego).p12 b/spss.server/doc/moa_spss/examples/conf/keys/ecc(ego).p12 Binary files differdeleted file mode 100644 index f84e793c5..000000000 --- a/spss.server/doc/moa_spss/examples/conf/keys/ecc(ego).p12 +++ /dev/null diff --git a/spss.server/doc/moa_spss/examples/conf/keys/test-ee2003_normal(buergerkarte).p12 b/spss.server/doc/moa_spss/examples/conf/keys/test-ee2003_normal(buergerkarte).p12 Binary files differdeleted file mode 100644 index efaeb9b98..000000000 --- a/spss.server/doc/moa_spss/examples/conf/keys/test-ee2003_normal(buergerkarte).p12 +++ /dev/null diff --git a/spss.server/doc/moa_spss/examples/conf/trustProfiles/trustProfile1/IAIKRoot.cer b/spss.server/doc/moa_spss/examples/conf/trustProfiles/trustProfile1/IAIKRoot.cer Binary files differdeleted file mode 100644 index c0c60558a..000000000 --- a/spss.server/doc/moa_spss/examples/conf/trustProfiles/trustProfile1/IAIKRoot.cer +++ /dev/null |