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
As far as I can tell, it isn't possible to use construct a CertificateAuthority object or call ownca_directory() without creating certificate directories if those don't exist. Ideally there would be a read-only mode which can check for the presence of an existing CA without touching the file system. I would like to allow the user to call these functions without worrying about current working directory or what file system changes might be made.
I think allowing ownca_directory() to not modify the file system with a parameter would be sufficient. Then you could call that to check for an existing CA before calling the constructor.
As far as I can tell, it isn't possible to use construct a
CertificateAuthority
object or callownca_directory()
without creating certificate directories if those don't exist. Ideally there would be a read-only mode which can check for the presence of an existing CA without touching the file system. I would like to allow the user to call these functions without worrying about current working directory or what file system changes might be made.I think allowing
ownca_directory()
to not modify the file system with a parameter would be sufficient. Then you could call that to check for an existing CA before calling the constructor.I think something like this would do it:
Thanks
Andy
The text was updated successfully, but these errors were encountered: