diff --git a/docs/dns.md b/docs/dns.md new file mode 100644 index 0000000..3f5e954 --- /dev/null +++ b/docs/dns.md @@ -0,0 +1,22 @@ +#DNS + +## sig.centos.org terms + +This outlines the conditions of a SIG managing infra themselves for which the centos team is not directly responsible on a centos.org subdomain. + +* A point of contact will need to be named and we will keep our own records for these contacts +* No illegal activity should occur on the hosted infrastructure +* Only content related to the SIG and/or centos should be served from this domain +* Centos and Red Hat will not be liable for any content served. +* No content should be served to any [T5 country](https://centos.org/legal/) +* The entry will be created with the following format `.sig.centos.org` +* When the entry is created a it will be a cname created with the format `.unmanaged-by.centos.org` for internal purposes this will then point to the A/AAAA record +* Security best practices should be put in place including but not limited to hsts and TLS v1.2 +* We reserve the right to temporarily remove the dns entry if these conditions are not met or in case of a serious security issue. + + +## How to get an entry + +Please raise a ticket on the [centos-infra](https://pagure.io/centos-infra/new_issue) tracker and select the sig-dns template. + +Read the terms and if you agree to them provide the domain info. diff --git a/docs/index.md b/docs/index.md index d849bb2..cc69539 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,4 +10,4 @@ You'll find on this (always involving) website best practices for each step in t * How to start [building](cbs.md) RPM packages or other artifacts * How to [test](ci.md) your packages * How to [push to mirror](delivery.md) network - * Rules for [dns entries](sig-dns.md) under sig.centos.org + * Rules for [dns entries](dns.md) under sig.centos.org diff --git a/docs/sig-dns.md b/docs/sig-dns.md deleted file mode 100644 index 4179040..0000000 --- a/docs/sig-dns.md +++ /dev/null @@ -1,13 +0,0 @@ -# sig.centos.org terms - -This outlines the conditions of a SIG managing infra themselves for which the centos team is not directly responsible on a centos.org subdomain. - -* A point of contact will need to be named and we will keep our own records for these contacts -* No illegal activity should occur on the hosted infrastructure -* Only content related to the SIG and/or centos should be served from this domain -* Centos and Red Hat will not be liable for any content served. -* No content should be served to any [T5 country](https://centos.org/legal/) -* The entry will be created with the following format `.sig.centos.org` -* When the entry is created a it will be a cname created with the format `.unmanaged-by.centos.org` for internal purposes this will then point to the A/AAAA record -* Security best practices should be put in place including but not limited to hsts and TLS v1.2 -* We reserve the right to temporarily remove the dns entry if these conditions are not met or in case of a serious security issue. diff --git a/mkdocs.yml b/mkdocs.yml index 4c27bfa..64ef3d0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,6 +12,7 @@ nav: - cbs.md - ci.md - delivery.md + - dns.md theme: name: material