Workshop
The workshop is designed to help you anticipate possible questions, review what you've learned, and begin learning how to put your knowledge into practice.
Quiz
1. | Name three requirements to carry on secure communications on the Internet. | 2. | How do you start an SSL-enabled instance of Apache? |
Answers
1. | Confidentiality, integrity, and authentication.
| 2. | Use the apachectl control script and the command apachectl startssl. If you are directly using the httpd binary, pass it the -DSSL flag at startup.
|
|