certmagic/internal/atomicfile
a 1a2275d54c
fs storage: Use temporary files when writing (#300)
* fix: use an tmp file to flush new certs to disk

* add readme
2024-08-04 13:37:03 -06:00
..
file_test.go fs storage: Use temporary files when writing (#300) 2024-08-04 13:37:03 -06:00
file.go fs storage: Use temporary files when writing (#300) 2024-08-04 13:37:03 -06:00
README fs storage: Use temporary files when writing (#300) 2024-08-04 13:37:03 -06:00

# atomic file


this is copied from

https://github.com/containerd/containerd/blob/main/pkg%2Fatomicfile%2Ffile.go


see

https://github.com/caddyserver/certmagic/issues/296