Subversion Repositories oidplus

Rev

Rev 362 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
386 daniel-mar 1
<!DOCTYPE html>
2
 
3
<html lang="en">
4
 
5
<head>
6
        <title>Information about the registration</title>
7
</head>
8
 
9
<body>
10
 
362 daniel-mar 11
<p>The registration of your OIDplus instance has various advantages:</p><!-- please keep in sync with GDPR document -->
206 daniel-mar 12
 
13
<ul>
362 daniel-mar 14
        <li>The public key of your OIDplus instance will be published to the ViaThinkSoft web directory, so that users can check the integrity of your data (e.g. signed OID-WHOIS requests).</li>
15
        <li>Since the 31-bit System ID can have hash conflicts, ViaThinkSoft will make sure that the System ID is only used by your OIDplus instance (it will force other OIDplus systems with the same system ID to change their IDs).</li>
16
        <li>ViaThinkSoft can acknowledge the system name, administrator email address, and OID root arcs. Therefore, your OIDplus instance can be found using referral WHOIS.</li>
206 daniel-mar 17
        <li>You can optionally enable the automatic publishing of your public OID information to the repository oid-info.com.</li>
362 daniel-mar 18
        <li>If your root OID(s) are approved by ViaThinkSoft (it will be manually verified that the root OIDs belong to you), a feature will be unlocked which can be used to compare and import OIDs from oid-info.com into this OIDplus instance.</li>
19
        <li>Your OIDplus version will be reported to ViaThinkSoft. If a severe bug or security vulnerability is affecting your OIDplus instance, ViaThinkSoft can warn you via email.</li>
20
        <li>The directory service will automatically create an X.509 security certificate for you (NOT an SSL certificate!) which can be used for various verifications.</li>
206 daniel-mar 21
</ul>
386 daniel-mar 22
 
23
</body>
24
 
25
</html>