Skip to content

Commit

Permalink
Merge pull request #87 from ambitus/gh-pages-dev
Browse files Browse the repository at this point in the history
Release 1.0b6
  • Loading branch information
lcarcaramo authored Oct 3, 2024
2 parents 111792f + 6d6426e commit e3d8efa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 29 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


title: pyRACF
pyracf_version: 1.0b5
pyracf_version: 1.0b6
description: >- # this means to ignore newlines until "baseurl:"
Python interface to the RACF Command interface.
permalink: /:title/
Expand Down
38 changes: 10 additions & 28 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,37 +32,19 @@ Python interface into the RACF management application programming interface.

 

{: .note}
> _pyRACF will eventually be made available on [pypi.org](https://pypi.org/), but currently python wheel distributions for pyRACF are only available for manual download and installation via GitHub._
 

{: .warning}
> _If you get the following error when trying to install pyRACF from GitHub using the provided commands, ensure that you have a `.curlrc` in your **Home Directory** that is configured to point to a **Trusted CA Certificate Bundle**._
>
> ###### CA Certificate Verification Failure
> ```console
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> curl: (60) SSL certificate problem: unable to get local issuer certificate
> More details here: https://curl.haxx.se/docs/sslcerts.html
>
> curl failed to verify the legitimacy of the server and therefore could not
> establish a secure connection to it. To learn more about this situation and
> how to fix it, please visit the web page mentioned above.
> ```
>
> ###### .curlrc
> ```properties
> capath=/path/to/my/trusted/ca/
> cacert=/path/to/my/trusted/ca/ca.pem
> ```
{: .warning }
> _Ensure that [IRRSMO00 Precheck is Setup](../common/misc/setup_precheck) before you start using pyRACF._
 

1. [Download & Install From GitHub](https://github.com/ambitus/pyracf/releases)
2. [IRRSMO00 Precheck Setup](../common/misc/setup_precheck)
{: .note }
> _You may also optionally [Download & Install pyRACF From GitHub](https://github.com/ambitus/pyracf/releases)._
 

```shell
pip install pyracf
```

### Use

Expand Down

0 comments on commit e3d8efa

Please sign in to comment.