Skip to content

Commit d4cd66d

Browse files
committed
update : jwt-certificate - content
1 parent e618526 commit d4cd66d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/pages/guides/authentication/JWT/jwt-certificate.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Create a Public Key Certificate
22

3-
43
<InlineAlert slots="text"/>
54

65
The Service Account (JWT) credentials have been deprecated in favor of the OAuth Server-to-Server credentials. Your applications using the Service Account (JWT) credentials will stop working after Jun 30, 2025. You must migrate to the new credential by **Jun 30, 2025**, to ensure your application continues functioning. [Learn more](./ServerToServerAuthentication/migration.md).
@@ -13,7 +12,7 @@ Open a terminal and execute the following command:
1312

1413
`openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout private.key -out certificate_pub.crt`
1514

16-
![Generate public certificate](../Images/auth_jwtqs_00.png)
15+
![Generate public certificate](../Images/auth_jwtqs_00.png "Generate Public certificate")
1716

1817
## Windows:
1918

@@ -30,17 +29,16 @@ Open a terminal and execute the following command:
3029
3130
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout private.key -out certificate_pub.crt
3231
```
33-
34-
![Generate public certificate windows](../Images/auth_jwtqs_000.png)
32+
![Generate public certificate windows](../Images/auth_jwtqs_000.png "Generate Public certificate windows")
3533
3634
4. Once you&rsquo;ve completed the steps for your chosen platform, continue in the Adobe Developer Console.
3735
3836
## Using the Public Key Certificate for Service Account Integration
3937
4038
1. Upload the public certificate (certificate_pub.crt) as a part of creating the integration.
4139
42-
![Upload public certificate](../Images/auth_jwtqs_03.png)
40+
![Upload public certificate](../Images/auth_jwtqs_03.png "Upload public certificate")
4341
4442
2. Your integration should now be created with the appropriate public certificate and claims.
4543
46-
![Integration created](../Images/auth_jwtqs_04.png)
44+
![Integration created](../Images/auth_jwtqs_04.png "Integration created")

0 commit comments

Comments
 (0)