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
On Windows, certmagic stores its data in %USERPROFILE%/.local/share by default at the moment, which should be located in %APPDATA% as Windows' convention.
Why is this feature a useful, necessary, and/or important addition to this project?
Following the operating system's convention gives users better understanding of the directory's function and eliminates unnecessary directory paths.
What alternatives are there, or what are you doing in the meantime to work around the lack of this feature?
Certmagic is used by Hysteria, which is considering
provide an option in "acme" for customizing the certificate storage directory.
Please link to any relevant issues, pull requests, or other discussions.
I think the problem with simply changing the default is it might cause people to have all their certs reissued, unless they explicitly set the storage location otherwise. I think it would have to check both locations and move files over to the new location, if the old location still had files
Yeah, the moving files thing is a good idea, but not always successful (if, for example, the two folders are on different drives). I will try, but maybe this is just better for the release notes (and give some instructions).
What would you like to have changed?
On Windows, certmagic stores its data in
%USERPROFILE%/.local/share
by default at the moment, which should be located in%APPDATA%
as Windows' convention.Why is this feature a useful, necessary, and/or important addition to this project?
Following the operating system's convention gives users better understanding of the directory's function and eliminates unnecessary directory paths.
What alternatives are there, or what are you doing in the meantime to work around the lack of this feature?
Certmagic is used by Hysteria, which is considering
Please link to any relevant issues, pull requests, or other discussions.
My issue in Hysteria repo
The text was updated successfully, but these errors were encountered: