enarx-archive / sev

Library for AMD SEV
Apache License 2.0
20 stars 15 forks source link

tests/launch.rs get_cert_chain panics when the generated cert chain is on a different file system from where it will be moved to #50

Closed connorkuehl closed 3 years ago

connorkuehl commented 3 years ago

This system call fails if from and to are on different file systems. It may be best to simply copy it over.

See std::fs::copy Errors section