diff options
author | Rich Salz <rsalz@openssl.org> | 2015-04-08 20:07:39 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-04-08 20:07:39 +0200 |
commit | be739b0cc05cda920377d3c12c26b2dc6aa44daf (patch) | |
tree | 05d659d0be94abded8f5a644542de502bbe49e34 /doc | |
parent | consistent test-start logging (diff) | |
download | openssl-be739b0cc05cda920377d3c12c26b2dc6aa44daf.tar.xz openssl-be739b0cc05cda920377d3c12c26b2dc6aa44daf.zip |
Drop CA.sh for CA.pl
Remove CA.sh script and use CA.pl for testing, etc.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apps/ca.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod index 42d7f83ab7..997fa2052d 100644 --- a/doc/apps/ca.pod +++ b/doc/apps/ca.pod @@ -641,8 +641,8 @@ the database has to be kept in memory. The B<ca> command really needs rewriting or the required functionality exposed at either a command or interface level so a more friendly utility -(perl script or GUI) can handle things properly. The scripts B<CA.sh> and -B<CA.pl> help a little but not very much. +(perl script or GUI) can handle things properly. The script +B<CA.pl> helps a little but not very much. Any fields in a request that are not present in a policy are silently deleted. This does not happen if the B<-preserveDN> option is used. To |