Subversion Repositories oidplus

Rev

Rev 1371 | 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>Terms of Service</title>
7
</head>
8
 
9
<body>
10
 
11
<h3>Terms of Service</h3>
12
 
13
<ul>
832 daniel-mar 14
<li><b><u>Who can register a free OID?</u></b></li>
635 daniel-mar 15
        <li>This service is mainly intended to give <b>private persons, small workgroups, and software developers of freeware, shareware or open-source software</b> the possibility of obtaining a free Object Identifier (OID) with minimum bureaucratic overhead.</li>
832 daniel-mar 16
        <li><b>You may only register one OID per person</b>. You can assign an infinite amount of sub-OIDs to yourself using your root OID. Instead of using your new generated OID directly for a specific purpose, we recommend you to delegate a sub-OID for each purpose. Following this strategy, you will only require one root OID assigned to you.</li>
635 daniel-mar 17
        <li>Please only register an OID if you are sure that you need an OID namespace.</li>
18
        <li>To ensure that you get an appropriate OID namespace for your needs, please read the following points carefully:<ul>
832 daniel-mar 19
                <li><b>If you are representing a company, you should consider registering an OID in arc <code>1.3.6.1.4.1</code> instead (<a href="http://pen.iana.org" target="_blank">more information</a>).</b></li>
635 daniel-mar 20
                <li>If you only need an OID for an example in a document, please use the OID <code>2.999</code> (no registration required).</li>
1371 daniel-mar 21
                <!--<li>If you are sure that your target application does allow OIDs with 128-bit arcs (which does <strong>not</strong> apply to most ASN.1 implementations), you can register a globally unique OID (UUID OID) in arc <code>2.25</code> (see <a href="https://misc.daniel-marschall.de/tools/uuid_mac_decoder/interprete_uuid.php?uuid=CREATE" target="_blank">generate OID</a> and <a href="http://oid-info.com/faq.htm#size-limitations" target="_blank">more information about known limitations</a>). However, you can still request an OID from this service, because it is shorter and easier to remember.</li>-->
635 daniel-mar 22
                <li>If you want to extend the Active Directory schema, please consider obtaining an OID from Microsoft instead (<a href="http://msdn.microsoft.com/en-us/library/ms677620.aspx" target="_blank">more information</a>).</li>
1371 daniel-mar 23
                <li>If you are representing a country, you should consider registering an OID under arc <code>1.2</code> (deprecated) or <code>2.16</code> (recommended) instead (<a href="http://oid-info.com/faq.htm#11" target="_blank">more information</a>).</li>
24
                <li>If you are representing a telecom operator, you should consider registering an OID in arc <code>0.2</code> instead (<a href="http://oid-info.com/get/0.2" target="_blank">more information</a>).</li>
25
                <li>If you are representing a network operator, you should consider registering an OID in arc <code>0.3</code> instead (<a href="http://oid-info.com/get/0.3" target="_blank">more information</a>).</li>
832 daniel-mar 26
        </ul><br></li>
27
 
28
<li><b><u>How does the registration work?</u></b></li>
29
        <li>You simply need to enter a valid email address to which an activation link will be sent. To get the OID assigned, you need to click the link in the automatically generated email and then enter your name, which is the only mandatory field. No human intervention from our side is performed during the whole process and the OID will be immediately assigned.</li>
30
        <li>You can either enter your personal name, the name of your workgroup, or a nickname. Names like "Anonymous" or "John Doe" are not permitted and will lead to the loss of the OID registration, especially if it turns out that the e-mail address was a "trash" address.<br><br></li>
31
 
32
<li><b><u>Which data will be published after registration?</u></b></li>
1371 daniel-mar 33
        <li><b>You agree that your OID including your email address will be published in this public registry as well as in <a href="http://oid-info.com/{{ROOT_OID}}" target="_blank">oid-info.com</a> and other public services.</b></li>
635 daniel-mar 34
        <li>A registered OID can never be unregistered or reassigned. It will always stay visible to the public.</li>
832 daniel-mar 35
        <li>Sub-OIDs that you create in this OIDplus system will automatically be transferred to oid-info.com, unless you mark the sub-OIDs as private during the creation - then it stays invisible for the public.<br><br></li>
36
 
37
<li><b><u>Where can I manage my OID?</u></b></li>
38
        <li>During registration you will be asked to choose a password, which can be used to login on OIDplus system.</li>
635 daniel-mar 39
        <li><strong>Please choose a strong password and keep it secretly!</strong></li>
832 daniel-mar 40
        <li>The data you entered can be changed at any time with the password you provide during registration at OIDplus.</li>
41
        <li>We would be happy if you would use OIDplus to manage your newly created sub-OIDs. You can decide whether these newly created OIDs are publicly visible or not.<br><br></li>
42
 
43
<li><b><u>Under which arc will your OID be registered?</u></b></li>
44
        <li>Your new OID will be registered in arc <code>{{ROOT_OID}}</code> which has the ASN.1 notation <code>{ {{ROOT_OID_ASN1}} }</code> and the OID-IRI notation: <code>{{ROOT_OID_IRI}}</code></li>
45
        <li>You cannot choose a favorite arc number for your OID. You will receive a sequencial number.</li>
635 daniel-mar 46
        <li>This automated Registration Authority does not assign alphanumeric identifiers or Internationalized Resource Identifier (IRI) names since this system is fully automated and only the email address will be verified.</li>
47
</ul>
48
 
1434 daniel-mar 49
<p>If you have any questions or if you encounter bugs or problems, please contact <a href="{{ADMIN_EMAIL}}">{{ADMIN_EMAIL}}</a>.</p>
832 daniel-mar 50
 
635 daniel-mar 51
</body>
52
 
832 daniel-mar 53
</html>