We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c506fc3 commit 57a5a6bCopy full SHA for 57a5a6b
src/vmm/src/linux/tee/amdsev.rs
@@ -192,7 +192,7 @@ fn find_cpu_model() -> Result<CpuModel, Error> {
192
193
fn fetch_chain(fw: &mut Firmware, curl_agent: &mut CurlAgent) -> Result<certs::sev::Chain, Error> {
194
const CEK_SVC: &str = "https://kdsintf.amd.com/cek/id";
195
- const ASK_ARK_SVC: &str = "https://developer.amd.com/wp-content/resources/";
+ const ASK_ARK_SVC: &str = "https://download.amd.com/developer/eula/sev/";
196
197
let mut chain = fw
198
.pdh_cert_export()
0 commit comments