Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tls/test-keys/config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ key-pair "test-platformid-1" {
entity "test-platformid-1" {
country-name "US"
organization-name "Oxide Computer Company"
common-name "PDV2:913-0000019:RRR:20000001"
common-name "PDV2:913-0000019:RRR:2FAKE001"
}

certificate "test-platformid-1" {
Expand Down Expand Up @@ -261,7 +261,7 @@ key-pair "test-platformid-2" {
entity "test-platformid-2" {
country-name "US"
organization-name "Oxide Computer Company"
common-name "PDV2:913-0000019:RRR:20000002"
common-name "PDV2:913-0000019:RRR:2FAKE002"
}

certificate "test-platformid-2" {
Expand Down
2 changes: 1 addition & 1 deletion tls/test-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ pub fn generate_config_start_end(start: usize, end: usize) -> ValidDocument {
/// Return the platform id string associated with the `nth` sprockets
/// configuration
pub fn platform_id(n: usize) -> String {
format!("PDV2:913-0000019:RRR:2{n:07}")
format!("PDV2:913-0000019:RRR:2FAKE{n:03}")
}

pub fn platform_id_prefix(n: usize) -> String {
Expand Down
Loading