You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If CertNanny is interrupted while writing the state file this may lead to a non-recoverable error. On next invocation CertNanny will try to re-instantiate the state file and will fail due to a defective state file.
Suggested remedy.
Do not fail if a read error on the state file is encountered. Instead delete state and all corresponding files (key, request)
When writing the state file first write the data to a temporary file. After successful completion atomically rename the temp file to the target state file, overwriting this file.
The text was updated successfully, but these errors were encountered:
If CertNanny is interrupted while writing the state file this may lead to a non-recoverable error. On next invocation CertNanny will try to re-instantiate the state file and will fail due to a defective state file.
Suggested remedy.
The text was updated successfully, but these errors were encountered: