Skip to content

Commit c84c1b5

Browse files
authored
remove openssl key transformation
go sdk fixed the problem that made this necessary
1 parent 14570bf commit c84c1b5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

_source/_posts/2023-07-28-terraform-workshop.md

-6
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ Below the client ID, the "client authentication" radio button defaults to "Clien
119119

120120
In the browser, save your changes to the general settings of the API Service App, and navigate to the app's Okta API Scopes. Grant `okta.groups.manage`, `okta.policies.manage`, and `okta.users.manage` for this workshop.
121121

122-
In the terminal, `cd okta-terraform-workshop` and convert the PKCS-1 key to an RSA (PKCS-8) key:
123-
124-
```
125-
$ openssl rsa -in pkcs.pem -out rsa.pem
126-
```
127-
128122
### 3.4: Configure the Okta Terraform provider
129123

130124
After setting up the app integration, you have found all the values required by the provider configuration! In `main.tf`, check that your provider block contains the `org_name`, `client_id`, and `private_key` file location. Tell it where to find the private key that you converted. With all the values filled out, the provider configuration looks like this:

0 commit comments

Comments
 (0)