[
https://issues.apache.org/jira/browse/CASSANDRA-16950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499328#comment-17499328
]
Erick Ramirez commented on CASSANDRA-16950:
-------------------------------------------
Thanks to Mick's guidance, I've confirmed that the document updates were
deployed to https://cassandra.staged.apache.org by [CI/Jenkins build
#972|https://ci-cassandra.apache.org/job/Cassandra-trunk/972/].
After performing final verification in staging, the changes were [published to
production|https://github.com/apache/cassandra-website#merging-asf-staging-to-asf-site]
by copying the {{asf-staging}} branch to {{asf-site}}:
{noformat}
$ git branch
* trunk
$ git fetch origin
$ git checkout asf-site
Branch 'asf-site' set up to track remote branch 'asf-site' from 'origin'.
Switched to a new branch 'asf-site'
$ git branch
* asf-site
trunk
$ git reset --hard origin/asf-staging
HEAD is now at bb9a39d2 generate docs for 2c535052
$ git push -f origin asf-site
Username for 'https://github.com': erickramirezau
Password for 'https://[email protected]':
Total 0 (delta 0), reused 0 (delta 0)
To https://github.com/apache/cassandra-website.git
+ db094dc5...bb9a39d2 asf-site -> asf-site (forced update)
{noformat}
The updates are now live on
https://cassandra.apache.org/doc/latest/cassandra/operating/security.html.
> Documentation for: CEP-9 Make SSLContext creation pluggable
> -----------------------------------------------------------
>
> Key: CASSANDRA-16950
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16950
> Project: Cassandra
> Issue Type: Improvement
> Components: Documentation
> Reporter: Maulin Vasavada
> Assignee: Maulin Vasavada
> Priority: Low
> Fix For: 4.1
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> This ticket is to specifically cover the documentation for the pluggable
> SSLContext creation code changes done as part of CASSANDRA-16666. As a
> general agreement on that ticket, it is decided that we should separate the
> documentation work from the implementation due to the parallel on-going
> documentation revamp (see CASSANDRA-16763).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]