Various small fixes and add support for subjectAltName to the SSL cert check
This commit is contained in:
parent
f107b50a46
commit
7a199f63eb
3 changed files with 24 additions and 6 deletions
|
@ -226,7 +226,8 @@
|
|||
Problem Detected
|
||||
</span>
|
||||
|
||||
<button type="submit" class="btn btn-primary" ng-disabled="!databaseUri"
|
||||
<button type="submit" class="btn btn-primary"
|
||||
ng-disabled="!databaseUri"
|
||||
ng-click="validateDatabase()">
|
||||
Validate Database Settings
|
||||
</button>
|
||||
|
|
Reference in a new issue