forked from oernii/cert-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
25 lines (22 loc) · 1.09 KB
/
install.rdf
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
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:type>2</em:type>
<em:name>Cert Manager</em:name>
<em:version>1.6</em:version>
<em:description>This addon allow you to import a CA certificate (*.pem) and a user certificate with key (pkcs12 *.p12). That is all. No deletion/modification for now.</em:description>
<em:creator>Ernest Beinrohr</em:creator>
<!-- <em:contributor></em:contributor> -->
<!-- <em:iconURL></em:iconURL> -->
<em:optionsURL>chrome://cert-manager/content/options.xul</em:optionsURL>
<!-- Mobile -->
<em:targetApplication>
<Description>
<em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id>
<em:minVersion>9.0</em:minVersion>
<em:maxVersion>13.0</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>