1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Fix make syntax-check.

This commit is contained in:
Darshit Shah 2014-11-15 12:42:56 +05:30
parent ff6fc1f8dd
commit 425584b61e
2 changed files with 37 additions and 34 deletions

View File

@ -1,3 +1,7 @@
2014-11-15 Darshit Shah <darnir@gmail.com>
* certs/README: Remove trailing whitespaces
2014-11-11 Tim Ruehsen <tim.ruehsen@gmx.de> 2014-11-11 Tim Ruehsen <tim.ruehsen@gmx.de>
* recreated the certs and the CRL file, also amended certs/README * recreated the certs and the CRL file, also amended certs/README

View File

@ -6,67 +6,67 @@ To create a self signed CA certificate:
$ certtool --generate-privkey --outfile ca-key.pem $ certtool --generate-privkey --outfile ca-key.pem
$ certtool --generate-self-signed --load-privkey ca-key.pem --outfile ca-cert.pem $ certtool --generate-self-signed --load-privkey ca-key.pem --outfile ca-cert.pem
Common name: GNU Wget Common name: GNU Wget
UID: UID:
Organizational unit name: Wget Organizational unit name: Wget
Organization name: GNU Organization name: GNU
Locality name: Locality name:
State or province name: State or province name:
Country name (2 chars): Country name (2 chars):
Enter the subject's domain component (DC): Enter the subject's domain component (DC):
This field should not be used in new certificates. This field should not be used in new certificates.
E-mail: E-mail:
Enter the certificate's serial number in decimal (default: 6080487640893163573): Enter the certificate's serial number in decimal (default: 6080487640893163573):
Activation/Expiration time. Activation/Expiration time.
The certificate will expire in (days): -1 The certificate will expire in (days): -1
Extensions. Extensions.
Does the certificate belong to an authority? (y/N): y Does the certificate belong to an authority? (y/N): y
Path length constraint (decimal, -1 for no constraint): Path length constraint (decimal, -1 for no constraint):
Is this a TLS web client certificate? (y/N): Is this a TLS web client certificate? (y/N):
Will the certificate be used for IPsec IKE operations? (y/N): Will the certificate be used for IPsec IKE operations? (y/N):
Is this a TLS web server certificate? (y/N): Is this a TLS web server certificate? (y/N):
Enter a dnsName of the subject of the certificate: Enter a dnsName of the subject of the certificate:
Enter a URI of the subject of the certificate: Enter a URI of the subject of the certificate:
Enter the IP address of the subject of the certificate: Enter the IP address of the subject of the certificate:
Enter the e-mail of the subject of the certificate: Enter the e-mail of the subject of the certificate:
Will the certificate be used to sign other certificates? (y/N): y Will the certificate be used to sign other certificates? (y/N): y
Will the certificate be used to sign CRLs? (y/N): y Will the certificate be used to sign CRLs? (y/N): y
Will the certificate be used to sign code? (y/N): Will the certificate be used to sign code? (y/N):
Will the certificate be used to sign OCSP requests? (y/N): y Will the certificate be used to sign OCSP requests? (y/N): y
Will the certificate be used for time stamping? (y/N): Will the certificate be used for time stamping? (y/N):
Enter the URI of the CRL distribution point: Enter the URI of the CRL distribution point:
To generate a server certificate using the private key only: To generate a server certificate using the private key only:
$ certtool --generate-certificate --load-privkey server-key.pem --outfile server-cert.pem --load-ca-certificate ca-cert.pem --load-ca-privkey ca-key.pem $ certtool --generate-certificate --load-privkey server-key.pem --outfile server-cert.pem --load-ca-certificate ca-cert.pem --load-ca-privkey ca-key.pem
Common name: 127.0.0.1 Common name: 127.0.0.1
UID: UID:
Organizational unit name: Wget Organizational unit name: Wget
Organization name: GNU Organization name: GNU
Locality name: Locality name:
State or province name: State or province name:
Country name (2 chars): Country name (2 chars):
Enter the subject's domain component (DC): Enter the subject's domain component (DC):
This field should not be used in new certificates. This field should not be used in new certificates.
E-mail: E-mail:
Enter the certificate's serial number in decimal (default: 6080488276853553635): Enter the certificate's serial number in decimal (default: 6080488276853553635):
Activation/Expiration time. Activation/Expiration time.
The certificate will expire in (days): -1 The certificate will expire in (days): -1
Extensions. Extensions.
Does the certificate belong to an authority? (y/N): Does the certificate belong to an authority? (y/N):
Is this a TLS web client certificate? (y/N): Is this a TLS web client certificate? (y/N):
Will the certificate be used for IPsec IKE operations? (y/N): Will the certificate be used for IPsec IKE operations? (y/N):
Is this a TLS web server certificate? (y/N): y Is this a TLS web server certificate? (y/N): y
Enter a dnsName of the subject of the certificate: 127.0.0.1 Enter a dnsName of the subject of the certificate: 127.0.0.1
Enter a dnsName of the subject of the certificate: localhost Enter a dnsName of the subject of the certificate: localhost
Enter a dnsName of the subject of the certificate: Enter a dnsName of the subject of the certificate:
Enter a URI of the subject of the certificate: Enter a URI of the subject of the certificate:
Enter the IP address of the subject of the certificate: Enter the IP address of the subject of the certificate:
Will the certificate be used for signing (DHE and RSA-EXPORT ciphersuites)? (Y/n): Will the certificate be used for signing (DHE and RSA-EXPORT ciphersuites)? (Y/n):
Will the certificate be used for encryption (RSA ciphersuites)? (Y/n): Will the certificate be used for encryption (RSA ciphersuites)? (Y/n):
To create a CRL for the server certificate: To create a CRL for the server certificate:
@ -75,4 +75,3 @@ Generating a signed CRL...
Update times. Update times.
The certificate will expire in (days): -1 The certificate will expire in (days): -1
CRL Number (default: 6080006793650397145): CRL Number (default: 6080006793650397145):