Skip to content

Commit

Permalink
Updated relevant documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Eagle committed Mar 23, 2017
1 parent dc7de2a commit b046afd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.4.2

- Updated GitLab CE to version 9.0.0-ce.0.
- Minor documentation changes.

# v1.4.1

- Added .gitattributes to enforce LF line endings.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ In order to generate a self-signed certificate (using OpenSSL) to secure all HTT
An optional company name []:
```

It's important that for *Common Name (e.g. server FQDN or YOUR name)* to enter the URL that GitLab CE will use (e.g. the value specified for external URL in *docker-compose.yml* without the port).
It's important that for *Common Name (e.g. server FQDN or YOUR name)* to enter the domain that GitLab CE will use (e.g. the value specified for external URL in *docker-compose.yml* without the port such as **gitlab.internal.example.com**).
4. Run the command `sudo openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt` to create the signed certificate. The certificate will be valid for one year unless the value used for days is different.
Expand Down

0 comments on commit b046afd

Please sign in to comment.