Generate fallback cert to contain naked domain in SAN

This commit is contained in:
Girish Ramakrishnan
2018-02-09 13:44:29 -08:00
parent 5263ea860d
commit fc79047bbf
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ describe('Domains API', function () {
});
});
xit('cannot set certificate with cert not being a string', function (done) {
it('cannot set certificate with cert not being a string', function (done) {
var d = _.extend({}, DOMAIN_0);
d.fallbackCertificate = { cert: 1234, key: validKey1 };