diff options
Diffstat (limited to 'domains.md')
-rw-r--r-- | domains.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/domains.md b/domains.md new file mode 100644 index 0000000..d48b24a --- /dev/null +++ b/domains.md @@ -0,0 +1,20 @@ +[[!toc levels=4]] + +Gerenciamento de domínios +========================= + +Começando +--------- + +Proceda com a [configuração do ambiente de trabalho administrativo](/install). + +Checando expiração em massa +--------------------------- + +Necessita o script [domain-check](https://git.sarava.org/?p=puppet-domain_check.git): + + cd $FOLDER/puppet/modules/site_nginx/files + + for file in *; do + domain-check -d $file + done |