|
Squid Web Cache master
|
usage: security_file_certgen -hv -s directory -M size -b fs_block_size
-h Help
-v Version
-s directory Directory path of SSL storage database.
-M size Maximum size of SSL certificate disk storage.
-b fs_block_size File system block size in bytes. Need for processing
natural size of certificate on disk. Default value is
2048 bytes.
After running write requests in the next format:
<request code><whitespace><body_len><whitespace><body>
There are two kind of request now:
new_certificate 14 host=host.dom
Create new private key and selfsigned certificate for "host.dom".
new_certificate xxx host=host.dom
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
Create new private key and certificate request for "host.dom".
Sign new request by received certificate and private key.
usage: security_file_certgen -c -s ssl_store_path\n
-c Init ssl db directories and exit.