doc: Remove prompt from X.509 examples.
* doc/guix.texi (X.509 Certificates): Remove leading "$".
This commit is contained in:
		
							parent
							
								
									bc2529cb97
								
							
						
					
					
						commit
						9dbc7f50ab
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -26085,10 +26085,10 @@ pointed to by the @code{GIT_SSL_CAINFO} environment variable.  Thus, you
 | 
				
			||||||
would typically run something like:
 | 
					would typically run something like:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@example
 | 
					@example
 | 
				
			||||||
$ guix install nss-certs
 | 
					guix install nss-certs
 | 
				
			||||||
$ export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs"
 | 
					export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs"
 | 
				
			||||||
$ export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"
 | 
					export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"
 | 
				
			||||||
$ export GIT_SSL_CAINFO="$SSL_CERT_FILE"
 | 
					export GIT_SSL_CAINFO="$SSL_CERT_FILE"
 | 
				
			||||||
@end example
 | 
					@end example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
As another example, R requires the @code{CURL_CA_BUNDLE} environment
 | 
					As another example, R requires the @code{CURL_CA_BUNDLE} environment
 | 
				
			||||||
| 
						 | 
					@ -26096,8 +26096,8 @@ variable to point to a certificate bundle, so you would have to run
 | 
				
			||||||
something like this:
 | 
					something like this:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@example
 | 
					@example
 | 
				
			||||||
$ guix install nss-certs
 | 
					guix install nss-certs
 | 
				
			||||||
$ export CURL_CA_BUNDLE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"
 | 
					export CURL_CA_BUNDLE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"
 | 
				
			||||||
@end example
 | 
					@end example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For other applications you may want to look up the required environment
 | 
					For other applications you may want to look up the required environment
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue