Skip to content

Commit 079fb15

Browse files
author
Lee Fine
committed
ab#69134
1 parent 2a17d5b commit 079fb15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

aws-orchestrator-core/Jobs/Management.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ internal JobResult PerformAddition(Credentials awsCredentials, ManagementJobConf
177177
{
178178
Certificate = serverCertStream,
179179
PrivateKey = privateStream,
180-
CertificateChain = chainStream
180+
CertificateChain = chainStream,
181+
Tags = acmTags
181182
};
182183
}
183184
}
File renamed without changes.

0 commit comments

Comments
 (0)