Skip to content

Commit

Permalink
Merge pull request #4 from LemonDMN2/master
Browse files Browse the repository at this point in the history
correct plaintext typo in README.md
  • Loading branch information
fm4dd authored Jul 19, 2022
2 parents b3d669e + b913056 commit b3f20c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ not just a frontend to the openssl program, but independently written.
It only requires standard C libraries, the OpenSSL libraries and the CGIC
library from Thomas Boutell. As a result, you don't need to maintain any of
the web-application enabling technologies like JSP, PHP, Phyton...
It is using simple CGI technology for easiest installation and maintenance.
It is using simple CGI technology for the easiest installation and maintenance.

### External Dependencies:

* Thomas Boutell's CGIC library, see http://www.boutell.com/cgic/

* OpenSSL libary and headers, see http://www.openssl.org/
* OpenSSL library and headers, see http://www.openssl.org/

Make sure you have:
`-I<path-to-cgic-includes>` and `-L<path-to-cgic-lib>`, and
Expand Down Expand Up @@ -75,8 +75,8 @@ A more complete installation procedure is provided in INSTALL.

#### Security:

It is highly adviseable to provide access control and SSL encryption
to the WebCert interface for any use other then experimental.
It is highly advisable to provide access control and SSL encryption
to the WebCert interface for any use other than experimental.
The webserver writeable certificate and export directory should be secured
(i.e. by a Apache <Directory> directive).

Expand Down

0 comments on commit b3f20c3

Please sign in to comment.