Skip to content

Commit f81d56a

Browse files
committed
add FireFox installation guide.
1 parent 0b20f5a commit f81d56a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/install.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ pub fn install() {
5050
} else {
5151
eprintln!("failed to install to windows trusted store");
5252
}
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();
5361
}
5462

5563
#[cfg(linux)]

0 commit comments

Comments
 (0)