We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b20f5a commit f81d56aCopy full SHA for f81d56a
src/install.rs
@@ -50,6 +50,14 @@ pub fn install() {
50
} else {
51
eprintln!("failed to install to windows trusted store");
52
}
53
+
54
+ println!("{:}", "if you are using FireFox, please import cert manually in :");
55
+ println!("{:}", "FireFox -> Preferences -> Security -> View Certificate.");
56
+ println!("{:}", "and import cert into ca tab.");
57
58
+ Command::new("explorer")
59
+ .args(&[utils::easycert_dir().replace("/", "\\")])
60
+ .spawn().unwrap();
61
62
63
#[cfg(linux)]
0 commit comments