Marco Bellaccini
Marco Bellaccini
- Fixed some deprecations (with_items, using tests as filters) - Updated checksums - Idempotent implementation for log file creation tasks (avoid using touch) - Idempotent implementation for config file tasks...
All major browsers are going to reject certificates with lifetime > 398 days. - [Chrome](https://chromium.googlesource.com/chromium/src/+/ae4d6809912f8171b23f6aa43c6a4e8e627de784) - [Firefox](https://lists.cabforum.org/pipermail/servercert-wg/2020-June/002000.html) - [Safari](https://support.apple.com/en-us/HT211025) It would be nice to have a test case for this.
Hi! Yesterday a programmer pointed out a corner case in [pyAesCrypt](https://pypi.org/project/pyAesCrypt/) usage: [https://github.com/marcobellaccini/pyAesCrypt/pull/5](https://github.com/marcobellaccini/pyAesCrypt/pull/5) He was wondering whether specifying same input and output file is legit. I don't think that's a...
In order to have a LSB-Core-compliant init script and avoid possible dependency issues (I've just run into one, with systemd hanging on Redis service stop request), Required-Start and Required-Stop directives...