Subversion Repositories oidplus

Rev

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

Rev Author Line No. Line
635 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
 
11
<p>The registration of your OIDplus instance has various advantages:</p><!-- please keep in sync with GDPR document -->
12
 
13
<ul>
1011 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>
635 daniel-mar 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>
1011 daniel-mar 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>
635 daniel-mar 17
        <li>You can optionally enable the automatic publishing of your public OID information to the repository oid-info.com.</li>
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>
21
</ul>
22
 
23
</body>
24
 
1011 daniel-mar 25
</html>