Skip to content

Commit

Permalink
readme updates (#11)
Browse files Browse the repository at this point in the history
* add apache license headers (#12)

* Create CHANGELOG.md

* Update generated README
  • Loading branch information
bhillkeyfactor authored Jun 12, 2023
1 parent a4cf9e7 commit 10ba354
Show file tree
Hide file tree
Showing 70 changed files with 607 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1.0.9
* Initial Public Release Version
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/DigiCertSymClient.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System;
using System.IO;
using System.Net;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/KeyfactorClient.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System;
using System.Collections.Generic;
using System.Net.Http;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/Account.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/Attributes.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System.Collections.Generic;
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/Authentication.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/CertificateDetails.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System;
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/CertificateSearchRequest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/CertificateSearchResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System.Collections.Generic;
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/CustomAttributes.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/DigiCertRevokeReasons.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
namespace Keyfactor.AnyGateway.DigiCertSym.Client.Models
{
public static class DigiCertRevokeReasons
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/DnsName.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/DomainComponent.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/EnrollmentRequest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/EnrollmentResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/EnrollmentSuccessResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/ErrorList.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System.Collections.Generic;
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/ErrorResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/GetCertificateResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/IpAddress.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/KeyfactorCertificate.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using System;
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;
Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/OrganizationUnit.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/OtherName.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/Profile.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/RegisteredId.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/RevokeRequest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/RevokeResponse.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
9 changes: 9 additions & 0 deletions DigiCertSymCaProxy/Client/Models/Rfc822Name.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright 2023 Keyfactor
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may obtain a
// copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless
// required by applicable law or agreed to in writing, software distributed
// under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
// OR CONDITIONS OF ANY KIND, either express or implied. See the License for
// thespecific language governing permissions and limitations under the
// License.
using Keyfactor.AnyGateway.DigiCertSym.Interfaces;
using Newtonsoft.Json;

Expand Down
Loading

0 comments on commit 10ba354

Please sign in to comment.