WIP: Draft: Fix command example in Working_with_Kernel_Modules.adoc #50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "nm004-f38-patch-73395"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit changed file names in the openssl command example to
be consistent across examples. This commit also changed the argument
sha256 to sha512 in the example because the latter is used nowadays.
_pubor.priv? is it a private or public key? Cannot be both.The
.derfile is the public key, and the.privfile is the private one.Hence, the correct name is
my_signing_key.privfor the private key andmy_signing_key_pub.derfor the public key.The file names in the instructions just above also need to be corrected.
changed this line in version 2 of the diff
added 1 commit
Compare with previous version
added 1 commit
1a459374- fixup!50/diffs?diff_id=803793473&start_sha=c6c9469993b8bc0d887e8d3b867f120e70cbb291)marked this merge request as draft from nm004/fedora-linux-sysadmin-guide@1a459374e2
Thank you for pointing it out!
I copied and pasted the file names alternately by mistake. I have corrected it.
@darknao Could you have a look onto this, please?