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 ca488cd commit 408c33fCopy full SHA for 408c33f
crates/stackable-certs/src/ca/mod.rs
@@ -209,7 +209,7 @@ where
209
// created by us should contain the same subject consisting a common set
210
// of distinguished names (DNs).
211
let subject = Name::from_str(SDP_ROOT_CA_SUBJECT)
212
- .expect("The SDP_ROOT_CA_SUBJECT must be a valid subject");
+ .expect("the SDP_ROOT_CA_SUBJECT must be a valid subject");
213
214
let spki_pem = signing_key_pair
215
.verifying_key()
0 commit comments