Skip to content

mod_md v0.8.1

Compare
Choose a tag to compare
@icing icing released this 01 Sep 11:37
· 862 commits to master since this release
  • New directive MDPrivateKeys to specify the type and parameter to private key generation.
    Currently only 'RSA' is supported as type with an option number of bits >= 2048 as parameter.
    Simple test cases for config handling added.
MDPrivateKeys RSA 3072
  • Private RSA keys are now generated with 2048 bits by default. Use MDPrivateKeys for
    higher security.