File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
//!
14
14
//! fn request_cert() -> Result<(), Error> {
15
15
//!
16
- //! // Use DirectoryUrl::LetsEncrypStaging for dev/testing.
16
+ //! // Use DirectoryUrl::LetsEncryptStaging for dev/testing.
17
17
//! let url = DirectoryUrl::LetsEncrypt;
18
18
//!
19
19
//! // Save/load keys and certificates to current dir.
66
66
//! // the file/contents in the correct place.
67
67
//! // update_my_web_server(&path, &proof);
68
68
//!
69
- //! // After the file is accessible from the web, the calls
70
- //! // this to tell the ACME API to start checking the
69
+ //! // After the file is accessible from the web,
70
+ //! // this tells the ACME API to start checking the
71
71
//! // existence of the proof.
72
72
//! //
73
73
//! // The order at ACME will change status to either
You can’t perform that action at this time.
0 commit comments