Skip to content

Commit

Permalink
better HTTPS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed May 1, 2017
1 parent f2eeca5 commit 51e4af3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
1 change: 0 additions & 1 deletion comanage-registry-basic-auth/000-comanage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

SSLCertificateFile /etc/apache2/cert.pem
SSLCertificateKeyFile /etc/apache2/privkey.pem
SSLCertificateChainFile /etc/apache2/chain.pem

<Directory /var/www/html/registry>
Options Indexes FollowSymLinks
Expand Down
5 changes: 2 additions & 3 deletions comanage-registry-basic-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,10 @@ stderr of the container.

### HTTPS Configuration

Mount or COPY in an X.509 certificate file, associated private key file,
and certificate signing chain file.
Mount or COPY in an X.509 certificate file (containing the CA signing certificate(s), if any)
and associated private key file.

```
COPY cert.pem /etc/apache2/cert.pem
COPY privkey.pem /etc/apache2/privkey.pem
COPY chain.pem /etc/apache2/chain.pem
```
1 change: 0 additions & 1 deletion comanage-registry-mod-auth-openidc/000-comanage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

SSLCertificateFile /etc/apache2/cert.pem
SSLCertificateKeyFile /etc/apache2/privkey.pem
SSLCertificateChainFile /etc/apache2/chain.pem

IncludeOptional /etc/apache2/conf-enabled/mod-auth-openidc.conf

Expand Down
5 changes: 2 additions & 3 deletions comanage-registry-mod-auth-openidc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,10 @@ stderr of the container.

### HTTPS Configuration

Mount or COPY in an X.509 certificate file, associated private key file,
and certificate signing chain file.
Mount or COPY in an X.509 certificate file (containing the CA signing certificate(s), if any)
and associated private key file.

```
COPY cert.pem /etc/apache2/cert.pem
COPY privkey.pem /etc/apache2/privkey.pem
COPY chain.pem /etc/apache2/chain.pem
```
1 change: 0 additions & 1 deletion comanage-registry-shibboleth-sp/000-comanage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

SSLCertificateFile /etc/apache2/cert.pem
SSLCertificateKeyFile /etc/apache2/privkey.pem
SSLCertificateChainFile /etc/apache2/chain.pem

<Directory /var/www/html/registry>
Options Indexes FollowSymLinks
Expand Down
5 changes: 2 additions & 3 deletions comanage-registry-shibboleth-sp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,10 @@ by setting the `logger` configuration option in `shibboleth2.xml`.

### HTTPS Configuration

Mount or COPY in an X.509 certificate file, associated private key file,
and certificate signing chain file.
Mount or COPY in an X.509 certificate file (containing the CA signing certificate(s), if any)
and associated private key file.

```
COPY cert.pem /etc/apache2/cert.pem
COPY privkey.pem /etc/apache2/privkey.pem
COPY chain.pem /etc/apache2/chain.pem
```
1 change: 0 additions & 1 deletion comanage-registry/000-comanage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

SSLCertificateFile /etc/apache2/cert.pem
SSLCertificateKeyFile /etc/apache2/privkey.pem
SSLCertificateChainFile /etc/apache2/chain.pem

<Directory /var/www/html/registry>
Options Indexes FollowSymLinks
Expand Down
5 changes: 2 additions & 3 deletions comanage-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,10 @@ stderr of the container.

### HTTPS Configuration

Mount or COPY in an X.509 certificate file, associated private key file,
and certificate signing chain file.
Mount or COPY in an X.509 certificate file (containing the CA signing certificate(s), if any)
and associated private key file.

```
COPY cert.pem /etc/apache2/cert.pem
COPY privkey.pem /etc/apache2/privkey.pem
COPY chain.pem /etc/apache2/chain.pem
```

0 comments on commit 51e4af3

Please sign in to comment.