Skip to content

Commit 8a8a901

Browse files
leefine02leefine02
authored andcommitted
ab93116
1 parent 5f06025 commit 8a8a901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

F5Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ public string GetPartitionFromStorePath()
560560
public F5ProfileStorePath ParseProfileStorePath()
561561
{
562562
LogHandlerCommon.MethodEntry(logger, CertificateStore, "ParseProfileStorePath");
563-
string[] pathParts = CertificateStore.StorePath.Split('\\');
563+
string[] pathParts = CertificateStore.StorePath.Split('/');
564564
if (pathParts.Length < 3 || pathParts.Length > 4)
565565
{
566566
throw new Exception($"The store path '{CertificateStore.StorePath}' is invalid. Expecting 'Partition\\ProfileName\\ProfileType' or 'Partition\\ProfileName\\ProfileType\\InheritedProfile'.");

0 commit comments

Comments
 (0)