Subversion Repositories oidplus

Rev

Rev 369 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

  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>
  14.         <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>
  15.         <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>
  16.         <li>Only OIDs which are registered and shown in this registry web site are legally assigned.</li>
  17.         <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.</li>
  18.         <li>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>
  19.         <li>Please only register an OID if you are sure that you need an OID namespace.</li>
  20.         <li>To ensure that you get an appropriate OID namespace for your needs, please read the following points carefully:<ul>
  21.                 <li><b>If you are representing a company, you should register 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>
  22.                 <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>
  23.                 <li>If you are sure that your target application does allow OIDs with 128-bit arcs (which does
  24.                 <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://www.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>
  25.                 <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>
  26.                 <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://www.oid-info.com/faq.htm#11" target="_blank">more information</a>).</li>
  27.                 <li>If you are representing a telecom operator, you should consider registering an OID in arc <code>0.2</code> instead (<a href="http://www.oid-info.com/get/0.2" target="_blank">more information</a>).</li>
  28.                 <li>If you are representing a network operator, you should consider registering an OID in arc <code>0.3</code> instead (<a href="http://www.oid-info.com/get/0.3" target="_blank">more information</a>).</li>
  29.         </ul></li>
  30.         <li>A registered OID can never be unregistered or reassigned. It will always stay visible to the public.</li>
  31.         <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/get/{{ROOT_OID}}" target="_blank">oid-info.com</a> and other public services.</b></li>
  32.         <!-- <li>We encourage you to submit all your delegations to <a href="http://oid-info.com/get/{{ROOT_OID}}" target="_blank">oid-info.com</a>.</li>-->
  33.                 <li>The data you entered can be changed at any time with
  34.         the password you provide during registration at OIDplus.</li>
  35.         <li><strong>Please choose a strong password and keep it secretly!</strong></li>
  36.         <li>You cannot choose a favorite arc number for your OID. You will receive a
  37.         sequencial number.</li>
  38.         <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>
  39.         <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>
  40.         <li>If you have any questions or if you encounter bugs or problems, please contact <a href="{{ADMIN_EMAIL}}">{{ADMIN_EMAIL}}</a> (in English or German).</li>
  41. </ul>
  42.  
  43. </body>
  44.  
  45. </html>