Skip to content

Commit 57a5a6b

Browse files
committed
sev: update certificates URL
They are now placed in a different URL, so update the base. Signed-off-by: Sergio Lopez <[email protected]>
1 parent c506fc3 commit 57a5a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmm/src/linux/tee/amdsev.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ fn find_cpu_model() -> Result<CpuModel, Error> {
192192

193193
fn fetch_chain(fw: &mut Firmware, curl_agent: &mut CurlAgent) -> Result<certs::sev::Chain, Error> {
194194
const CEK_SVC: &str = "https://kdsintf.amd.com/cek/id";
195-
const ASK_ARK_SVC: &str = "https://developer.amd.com/wp-content/resources/";
195+
const ASK_ARK_SVC: &str = "https://download.amd.com/developer/eula/sev/";
196196

197197
let mut chain = fw
198198
.pdh_cert_export()

0 commit comments

Comments
 (0)