Skip to content

Commit 55ca0ab

Browse files
chore(CustomSSL): ssl issuer not required rom user as can be parsed from certificate (#1082) (#1085)
(cherry picked from commit bb7f9e0) Co-authored-by: Tanmoy Sarkar <57363826+tanmoysrt@users.noreply.github.com>
1 parent 629efd1 commit 55ca0ab

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

swiftwave_service/graphql/generated.go

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swiftwave_service/graphql/model/models_gen.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swiftwave_service/graphql/schema/domain.graphqls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ input DomainInput {
1919
input CustomSSLInput {
2020
fullChain: String!
2121
privateKey: String!
22-
sslIssuer: String!
2322
}
2423

2524
type Domain {

0 commit comments

Comments
 (0)