mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Fix typo in command
This commit is contained in:
		
							parent
							
								
									e293fb9aa0
								
							
						
					
					
						commit
						cb9b6b7a7a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -258,7 +258,7 @@ to communicating with the other party in a fully end-to-end encrypted way!
 | 
				
			||||||
To encrypt a file, we can use this command:
 | 
					To encrypt a file, we can use this command:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```sh
 | 
					```sh
 | 
				
			||||||
gpg --armor --encrypt -r --armor [key-id] my_plaintext_file.txt
 | 
					gpg --armor --encrypt -r [key-id] my_plaintext_file.txt
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Here, the `[key-id]` points to the recipient's public key id, so either an email, or key's ID directly. This is NOT
 | 
					Here, the `[key-id]` points to the recipient's public key id, so either an email, or key's ID directly. This is NOT
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue