Allow SSL cert for the database to be configured

This change adds a field for the SSL cert for the database in the setup tool. Fixes #89
This commit is contained in:
Joseph Schorr 2015-06-29 08:08:10 +03:00
parent 4ec2143d47
commit bb07d0965f
8 changed files with 45 additions and 12 deletions

View file

@ -192,6 +192,14 @@
placeholder="registry-database"></span>
</td>
</tr>
<tr ng-show="fields.kind">
<td>SSL Certificate:</td>
<td>
<span class="config-file-field" filename="database.pem"
skip-check-file="true" has-file="currentState.hasDatabaseSSLCert"></span>
<div class="help-text">Optional SSL certicate (in PEM format) to use to connect to the database</div>
</td>
</tr>
</table>
</div>
</div>