forked from avivasolutionsnl/sitecore-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdummylicense.xml
42 lines (42 loc) · 1.43 KB
/
dummylicense.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.sitecore.net/licenseviewer/license.xsl"?>
<signedlicense id="123">
<Signature>
<SignedInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
<Reference URI="#123">
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<DigestValue>123</DigestValue>
</Reference>
</SignedInfo>
<SignatureValue xmlns="http://www.w3.org/2000/09/xmldsig#">123</SignatureValue>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyValue>
<RSAKeyValue>
<Modulus>123</Modulus>
<Exponent>123</Exponent>
</RSAKeyValue>
</KeyValue>
</KeyInfo>
<Object Id="SiteCore.License" xmlns="http://www.w3.org/2000/09/xmldsig#">
<license xmlns="">
<id>123</id>
<expiration>123</expiration>
<version>9</version>
<urls>?</urls>
<licensee>123</licensee>
<companyno />
<purpose />
<address />
<countryiso>NL</countryiso>
<country>Netherlands</country>
<reseller />
<resellerurl />
<licenseagreement id="123" title="License Agreement">
<![CDATA[Your usage rights to the Sitecore Software are as set forth in your license agreement with Sitecore.]]>
</licenseagreement>
</license>
</Object>
</Signature>
</signedlicense>