CERT_TS_A_AA.xml 1.04 KB
Newer Older
<!-- Authorization authority certificate without any region restriction -->
<certificate name="CERT_TS_A_AA" keep-existing="yes">
	<version>2</version>
	<signer type="digest" name="CERT_TEST_ROOT"/>
	<subject type="AA" name="">
		<!-- verification_key -->
		<attribute type="verification_key">
			<public_key algorythm="ecdsa_nistp256_with_sha256">
				<ecc_point type="uncompressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
		<attribute type="assurance_level">
			<assurance level="4" confidence="0"/>
		</attribute>
		<!-- its_aid_list -->
		<attribute type="its_aid_list">
			<aid value="36"/>  <!--CAM-->
			<aid value="37"/>  <!--DENM-->
			<aid value="137"/> <!-- TLM / SPAT -->
			<aid value="138"/> <!-- RLT / MAP-->
			<aid value="139"/> <!-- IVI -->
			<aid value="140"/> <!-- TLC -->
			<aid value="141"/> <!-- GN-MGMT -->
		</attribute>
	</subject>
	<validity>
		<restriction type="time" start="-365d" end="+730d"/>
		<restriction type="region">
			<none/>
		</restriction>
	</validity>
	<signature algorithm="0"/>
</certificate>