mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-23 09:31:00 +01:00
/dev/urandom should not be used for secure key generation
@@ -75,7 +75,7 @@ zone "_acme-challenge.<domain>" {
|
||||
};
|
||||
~~~
|
||||
|
||||
This is the most secure approach because each host will have its own key, and hence can only obtain certificates for those domains you have explicitly authorized it for.
|
||||
This is a secure approach because each host will have its own key, and hence can only obtain certificates for those domains you have explicitly authorized it for. Use /dev/random as an argument for dnssec-keygen for key generation to increase security further.
|
||||
|
||||
An alternative approach is to use CNAMEs to put all your dynamic updates into a single zone. You will need to modify the script:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user