Editing
Elastic Beanstalk Security Certificates Archived November 2020
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== Apache server ==== The Amazon documentation instructs you to install `mod_ssl` with the following command which should create a file `/etc/httpd/conf.d/ssl.conf` when it completes. Note that applies to Apache servers. Confirm that Apache is serving web requests with <pre> $ sudo systemctl is-enabled httpd </pre> If the command returns `disabled` then another server, most likely nginx, is already serving web requests. <syntaxhighlight lang="sh"> $ sudo yum install mod_ssl </syntaxhighlight> This did not work for me for `dbarchowsky.com` which was on a t1.micro instance, Amazon Linux AMI version 2018.03. What worked instead was: <syntaxhighlight lang="sh"> $ sudo yum install mod24_ssl </syntaxhighlight> These commands don't need to be entered manually. Instead they should be put into an `.ebextensions` config file so that the site can be deployed without manual configuration. <syntaxhighlight lang="yaml"> packages: yum: mod_ssl : [] </syntaxhighlight>
Summary:
Please note that all contributions to Littledamien Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Littledamien Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information