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.
extern crate
1 parent 72369d3 commit 12d6533Copy full SHA for 12d6533
README.md
@@ -7,7 +7,6 @@
7
Simple Rust library to generate X.509 certificates.
8
9
```Rust
10
-extern crate rcgen;
11
use rcgen::{generate_simple_self_signed, CertifiedKey};
12
// Generate a certificate that's valid for "localhost" and "hello.world.example"
13
let subject_alt_names = vec!["hello.world.example".to_string(),
rcgen/src/lib.rs
@@ -14,7 +14,6 @@ a key pair to call [`CertificateParams::signed_by()`] or [`CertificateParams::se
14
## Example
15
16
```
17
18
19
# fn main () {
20
0 commit comments