fn atomic_write( path: &Path, bytes: &[u8], secret: bool, ) -> Result<(), AcmeError>
Writes bytes to path atomically (temp file beside it, then rename). secret files get 0600 on unix before the rename.
bytes
path
secret
0600