Skip to content

Commit

Permalink
Fixed issue with wildcard certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Sep 29, 2018
1 parent db19f6c commit 1736340
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions certs/dev.ostelco.org/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions certs/metrics.ostelco.org/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions certs/ocs.ostelco.org/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions ocsgw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,6 @@ task packDev(type: Zip, dependsOn: 'shadowJar') {
fileName.replace('dev.', '')
}
}
// TODO vihang: figure out why wild-card certs fail to verify
from ('../certs/dev.ostelco.org/nginx.crt') {
into (project.name + '/config/')
rename { String fileName ->
fileName.replace('nginx', 'ocs')
}
}
from ('../certs/dev.ostelco.org/nginx.crt') {
into (project.name + '/config/')
rename { String fileName ->
fileName.replace('nginx', 'metrics')
}
}
// END of certs
from ('config/pantel-prod.json') {
into (project.name + '/config/')
}
Expand Down

0 comments on commit 1736340

Please sign in to comment.