ability to generate shorter dkim keys

Issue #228 closed
Shubham Prasad created an issue

several domain seller including namecheap and godaddy right now support only 1024 bit long txt field values, therefore there should be a provision to use lower length of key

Comments (2)

  1. Stephan Krebernik

    I used to change line 70 in /opt/admin/src/Analogic/BoxesBundle/Handler/FileSystem.php

    $this->exec("cd $path && ".$this->openssl." genrsa -out private 2048 2>&&

    but this doesn't seem to work anymore..

  2. Log in to comment