Skip to content

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Apr 15, 2019
1 parent 2430385 commit 0b0160c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azurelinuxagent/common/protocol/wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,7 @@ def get_header_for_cert(self):
return {
"x-ms-agent-name": "WALinuxAgent",
"x-ms-version": PROTOCOL_VERSION,
"x-ms-cipher-name": "DES_EDE3_CBC",
"x-ms-guest-agent-public-x509-cert": cert
}

Expand Down

0 comments on commit 0b0160c

Please sign in to comment.